]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
make regen-all now suggests running: make autoconf (GH-30893)
authorVictor Stinner <vstinner@python.org>
Wed, 26 Jan 2022 23:35:40 +0000 (00:35 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Jan 2022 23:35:40 +0000 (00:35 +0100)
"make autoconf" also runs autoheader, whereas "autoconf" does not.

Makefile.pre.in

index 75482f9c1c56b27c84c52f471dfdc8c67b4810d9..55f09c6e74b20dc4daa4c5eddb1af435e8a05bae 100644 (file)
@@ -1185,7 +1185,7 @@ regen-all: regen-opcode regen-opcode-targets regen-typeslots \
        regen-token regen-ast regen-keyword regen-frozen clinic \
        regen-pegen-metaparser regen-pegen regen-test-frozenmain
        @echo
-       @echo "Note: make regen-stdlib-module-names and autoconf should be run manually"
+       @echo "Note: make regen-stdlib-module-names and make autoconf should be run manually"
 
 ############################################################################
 # Special rules for object files