From 6f663b05fb27f32daf80f056a633a4c27201c67f Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 25 Jan 2022 20:13:58 +0100 Subject: [PATCH] make regen-all now suggests running: make autoconf "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 3ea019b7cac47f..30ec313003747c 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