[Python-checkins] commit of r41433 - python/trunk

skip.montanaro@python.org skip.montanaro at python.org
Sun Nov 13 16:54:16 CET 2005


Author: skip.montanaro
Date: Sun Nov 13 16:54:15 2005
New Revision: 41433

Modified:
   python/trunk/Makefile.pre.in
Log:
delete Python-ast.[ch] in distclean

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Sun Nov 13 16:54:15 2005
@@ -987,6 +987,7 @@
 distclean: clobber
 	-rm -f core Makefile Makefile.pre buildno config.status \
 		Modules/Setup Modules/Setup.local Modules/Setup.config
+	-rm -f $(AST_H) $(AST_C)
 	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