Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6a9044

Browse files
author
Skip Montanaro
committed
delete Python-ast.[ch] in distclean
1 parent 2744c6c commit f6a9044

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile.pre.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,7 @@ clobber: clean
987987
distclean: clobber
988988
-rm -f core Makefile Makefile.pre buildno config.status \
989989
Modules/Setup Modules/Setup.local Modules/Setup.config
990+
-rm -f $(AST_H) $(AST_C)
990991
find $(srcdir) '(' -name '*.fdc' -o -name '*~' \
991992
-o -name '[@,#]*' -o -name '*.old' \
992993
-o -name '*.orig' -o -name '*.rej' \

0 commit comments

Comments
 (0)