summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-06-11 07:49:15 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-06-11 07:49:15 +0000
commite3dc9c7ad43521350854f6cfc892def6c853f938 (patch)
tree78d6ba34a9de5cfb6657bc7d06ab8616b28eab13 /Makefile.SH
parentf7c20d1e66b328169b2a25edeede0115605e777a (diff)
parentc4968b8c1fd33346b57653dcfcc0f9a34387a828 (diff)
downloadperl-e3dc9c7ad43521350854f6cfc892def6c853f938.tar.gz
Integrate mainline
p4raw-id: //depot/perlio@10509
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 9ba53130c0..29f614280f 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -676,7 +676,10 @@ install.html: all installhtml
# to run with precisely the same version of byacc as I use. You
# normally shouldn't remake perly.[ch].
-run_byacc: FORCE
+check_byacc:
+ @$(BYACC) -V 2>&1 | grep 'version 1\.8\.2'
+
+run_byacc: FORCE check_byacc
$(BYACC) -d perly.y
-chmod 664 perly.c perly.h
sh $(shellflags) ./perly.fixer y.tab.c perly.c