We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176835c commit 47cca04Copy full SHA for 47cca04
Makefile.pre.in
@@ -2384,7 +2384,7 @@ distclean: clobber
2384
for file in $(srcdir)/Lib/test/data/* ; do \
2385
if test "$$file" != "$(srcdir)/Lib/test/data/README"; then rm "$$file"; fi; \
2386
done
2387
- -rm -f core Makefile Makefile.pre config.status Modules/Setup.local
+ -rm -f core Makefile Makefile.pre config.status Modules/Setup.local \
2388
Modules/Setup.bootstrap Modules/Setup.stdlib \
2389
Modules/ld_so_aix Modules/python.exp Misc/python.pc \
2390
Misc/python-embed.pc Misc/python-config.sh
0 commit comments