]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-46933: Fix make distclean regression (GH-31737)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Mon, 7 Mar 2022 22:18:54 +0000 (23:18 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Mar 2022 22:18:54 +0000 (23:18 +0100)
Makefile.pre.in

index d2b1a7ce458d9e39535938ee3d4a30f805d80330..1b40764b2ef953e0bc0a744afcca4c6a75e3bf5a 100644 (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