summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-11 22:51:26 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-11 22:51:26 +0000
commit2ade63888e659bb60dd5fda64a79640b763ca351 (patch)
tree18bba21c6b066a95e3fa98cae03a594f80b701f2 /Makefile.SH
parentca7a6974cf5d41db89dfbc604434bf0cecce35d5 (diff)
downloadperl-2ade63888e659bb60dd5fda64a79640b763ca351.tar.gz
Fix the last 2 perly.y specific parts of regen_perly.pl, and make
the regen_perly target call it for both perly.y and madly.y. p4raw-id: //depot/perl@27479
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index da28a661a3..8039664227 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -892,7 +892,7 @@ run_byacc:
# 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
+ perl regen_perly.pl madly.y
# 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