summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-11 10:21:27 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-11 10:21:27 +0000
commit33b5f13c2468a991d2b495f02a62b59163be82af (patch)
tree4e363f5ad7fad3565f895c4fed5618e5f5e74fb4 /Makefile.SH
parent5b5cf8d2a2291946fc318cadec7c0c58e74bd1aa (diff)
downloadperl-33b5f13c2468a991d2b495f02a62b59163be82af.tar.gz
Missed the hunk that adds regen_madly.pl to the regen_perl target.
p4raw-id: //depot/perl@27471
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index d794bee4ed..da28a661a3 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -889,9 +889,10 @@ install.html: all installhtml
run_byacc:
@echo "run_byacc is obsolete; try 'make regen_perly' instead"
-# this outputs perly.act and perly.tab
+# this outputs perly.h, perly.act, perly.tab, madly.h, madly.act and madly.tab
regen_perly:
perl regen_perly.pl
+ perl regen_madly.pl
# We don't want to regenerate perly.c and perly.h, but they might
# appear out-of-date after a patch is applied or a new distribution is