From: Mark Dickinson Date: Mon, 31 Aug 2009 14:46:07 +0000 (+0000) Subject: Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. Thanks... X-Git-Tag: v2.7a1~605 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dcd06fc5a8a6d03d5625d192a9284cd4c3d8d2f;p=python Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. Thanks Jerry Chen. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 3b31f4c282..8d6cfdc277 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1176,7 +1176,8 @@ clobber: clean profile-removal distclean: clobber -rm -f Lib/test/data/* -rm -f core Makefile Makefile.pre config.status \ - Modules/Setup Modules/Setup.local Modules/Setup.config + Modules/Setup Modules/Setup.local Modules/Setup.config \ + Misc/python.pc find $(srcdir) '(' -name '*.fdc' -o -name '*~' \ -o -name '[@,#]*' -o -name '*.old' \ -o -name '*.orig' -o -name '*.rej' \