summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-01-26 23:35:40 (GMT)
committerGitHub <noreply@github.com>2022-01-26 23:35:40 (GMT)
commit13194084b40fe6579a70248b7be0665ff4f08374 (patch)
tree25520231e8388077775407349fe9036af931025b /Makefile.pre.in
parenta9503ac39474a9cb1b1935ddf159c0d9672b04b6 (diff)
downloadcpython-13194084b40fe6579a70248b7be0665ff4f08374.zip
cpython-13194084b40fe6579a70248b7be0665ff4f08374.tar.gz
cpython-13194084b40fe6579a70248b7be0665ff4f08374.tar.bz2
make regen-all now suggests running: make autoconf (GH-30893)
"make autoconf" also runs autoheader, whereas "autoconf" does not.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 75482f9..55f09c6 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