From: Skip Montanaro Date: Sun, 13 Nov 2005 15:54:15 +0000 (+0000) Subject: delete Python-ast.[ch] in distclean X-Git-Tag: v2.5a0~1173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6a904456e6d0ce96d5ed6456eec8eaec8f92f75;p=thirdparty%2FPython%2Fcpython.git delete Python-ast.[ch] in distclean --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 7a69a6bf054c..d7442a152ed8 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -987,6 +987,7 @@ clobber: clean 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' \