From: Erlend Egeberg Aasland Date: Mon, 7 Mar 2022 22:18:54 +0000 (+0100) Subject: bpo-46933: Fix make distclean regression (GH-31737) X-Git-Tag: v3.11.0a7~319 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47cca0492b3c379823d4bdb600be56a633e5bb88;p=thirdparty%2FPython%2Fcpython.git bpo-46933: Fix make distclean regression (GH-31737) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index d2b1a7ce458d..1b40764b2ef9 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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