bpo-46933: Fix make distclean regression (GH-31737)

This commit is contained in:
Erlend Egeberg Aasland 2022-03-07 23:18:54 +01:00 committed by GitHub
parent 176835c3d5
commit 47cca0492b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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