Skip to content

Commit 1319408

Browse files
authored
make regen-all now suggests running: make autoconf (GH-30893)
"make autoconf" also runs autoheader, whereas "autoconf" does not.
1 parent a9503ac commit 1319408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ regen-all: regen-opcode regen-opcode-targets regen-typeslots \
11851185
regen-token regen-ast regen-keyword regen-frozen clinic \
11861186
regen-pegen-metaparser regen-pegen regen-test-frozenmain
11871187
@echo
1188-
@echo "Note: make regen-stdlib-module-names and autoconf should be run manually"
1188+
@echo "Note: make regen-stdlib-module-names and make autoconf should be run manually"
11891189

11901190
############################################################################
11911191
# Special rules for object files

0 commit comments

Comments
 (0)