From: Victor Stinner Date: Wed, 26 Jan 2022 23:35:40 +0000 (+0100) Subject: make regen-all now suggests running: make autoconf (GH-30893) X-Git-Tag: v3.11.0a5~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13194084b40fe6579a70248b7be0665ff4f08374;p=thirdparty%2FPython%2Fcpython.git make regen-all now suggests running: make autoconf (GH-30893) "make autoconf" also runs autoheader, whereas "autoconf" does not. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 75482f9c1c56..55f09c6e74b2 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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