diff options
author | Victor Stinner <vstinner@python.org> | 2022-01-26 23:35:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 23:35:40 (GMT) |
commit | 13194084b40fe6579a70248b7be0665ff4f08374 (patch) | |
tree | 25520231e8388077775407349fe9036af931025b /Makefile.pre.in | |
parent | a9503ac39474a9cb1b1935ddf159c0d9672b04b6 (diff) | |
download | cpython-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.in | 2 |
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 |