make regen-all now suggests running: make autoconf (GH-30893)

"make autoconf" also runs autoheader, whereas "autoconf" does not.
This commit is contained in:
Victor Stinner 2022-01-27 00:35:40 +01:00 committed by GitHub
parent a9503ac394
commit 13194084b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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