From 13194084b40fe6579a70248b7be0665ff4f08374 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 27 Jan 2022 00:35:40 +0100 Subject: [PATCH] make regen-all now suggests running: make autoconf (GH-30893) "make autoconf" also runs autoheader, whereas "autoconf" does not. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3