[Python-checkins] r74606 - in python/branches/release31-maint: Makefile.pre.in

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


Author: mark.dickinson
Date: Mon Aug 31 16:53:16 2009
New Revision: 74606

Log:
Merged revisions 74605 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74605 | mark.dickinson | 2009-08-31 15:52:10 +0100 (Mon, 31 Aug 2009) | 9 lines
  
  Merged revisions 74604 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r74604 | mark.dickinson | 2009-08-31 15:46:07 +0100 (Mon, 31 Aug 2009) | 1 line
    
    Issue #6297: Add autogenerated Misc/python.pc file to make distclean target.  Thanks Jerry Chen.
  ........
................


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Makefile.pre.in

Modified: python/branches/release31-maint/Makefile.pre.in
==============================================================================
--- python/branches/release31-maint/Makefile.pre.in	(original)
+++ python/branches/release31-maint/Makefile.pre.in	Mon Aug 31 16:53:16 2009
@@ -1184,7 +1184,8 @@
 # Keep configure and Python-ast.[ch], it's possible they can't be generated
 distclean: clobber
 	-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