summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-02 06:30:41 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-02 06:30:41 +0000
commit28f143213754fb9f17ad4b58f5812307c0e0ec7d (patch)
tree6d5e282e3e2a7ba42feaeb8f838ab0765b239384 /Makefile.SH
parent327afb7f88ad8e777feb1035abf13a2fc193c626 (diff)
downloadperl-28f143213754fb9f17ad4b58f5812307c0e0ec7d.tar.gz
makefile tweak
p4raw-id: //depot/perl@4948
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 2e1c7aa337..fc1b606ba7 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -551,7 +551,7 @@ install.html: all installhtml
run_byacc: FORCE
$(BYACC) -d perly.y
- chmod 664 perly.c
+ -chmod 664 perly.c
sh $(shellflags) ./perly.fixer y.tab.c perly.c
sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
-e 's/y\.tab/perly/g' perly.c >perly.tmp && mv perly.tmp perly.c