mirror of https://github.com/python/cpython
bpo-46933: Fix make distclean regression (GH-31737)
This commit is contained in:
parent
176835c3d5
commit
47cca0492b
|
@ -2384,7 +2384,7 @@ distclean: clobber
|
|||
for file in $(srcdir)/Lib/test/data/* ; do \
|
||||
if test "$$file" != "$(srcdir)/Lib/test/data/README"; then rm "$$file"; fi; \
|
||||
done
|
||||
-rm -f core Makefile Makefile.pre config.status Modules/Setup.local
|
||||
-rm -f core Makefile Makefile.pre config.status Modules/Setup.local \
|
||||
Modules/Setup.bootstrap Modules/Setup.stdlib \
|
||||
Modules/ld_so_aix Modules/python.exp Misc/python.pc \
|
||||
Misc/python-embed.pc Misc/python-config.sh
|
||||
|
|
Loading…
Reference in New Issue