[Python-checkins] r74604 - python/trunk/Makefile.pre.in

mark.dickinson python-checkins at python.org
Mon Aug 31 16:46:07 CEST 2009


Author: mark.dickinson
Date: Mon Aug 31 16:46:07 2009
New Revision: 74604

Log:
Add autogenerated Misc/python.pc file to make distclean target.  Thanks Jerry Chen.

Modified:
   python/trunk/Makefile.pre.in

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Mon Aug 31 16:46:07 2009
@@ -1176,7 +1176,8 @@
 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' \


More information about the Python-checkins mailing list