Skip to content

Commit 47cca04

Browse files
author
Erlend Egeberg Aasland
authored
bpo-46933: Fix make distclean regression (GH-31737)
1 parent 176835c commit 47cca04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2384,7 +2384,7 @@ distclean: clobber
23842384
for file in $(srcdir)/Lib/test/data/* ; do \
23852385
if test "$$file" != "$(srcdir)/Lib/test/data/README"; then rm "$$file"; fi; \
23862386
done
2387-
-rm -f core Makefile Makefile.pre config.status Modules/Setup.local
2387+
-rm -f core Makefile Makefile.pre config.status Modules/Setup.local \
23882388
Modules/Setup.bootstrap Modules/Setup.stdlib \
23892389
Modules/ld_so_aix Modules/python.exp Misc/python.pc \
23902390
Misc/python-embed.pc Misc/python-config.sh

0 commit comments

Comments
 (0)