From 93b66eeda412591b1d884b7646084d4cafa5016f Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 25 Jan 2022 20:09:06 +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 ee85f35b10da41..3b0bbb25925296 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -771,7 +771,7 @@ regen-all: regen-opcode regen-opcode-targets regen-typeslots \ regen-token regen-ast regen-keyword regen-importlib clinic \ regen-pegen-metaparser regen-pegen regen-frozen @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