From: Gurusamy Sarathy Date: Wed, 2 Feb 2000 06:30:41 +0000 (+0000) Subject: makefile tweak X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=28f143213754fb9f17ad4b58f5812307c0e0ec7d;p=p5sagit%2Fp5-mst-13.2.git makefile tweak p4raw-id: //depot/perl@4948 --- diff --git a/Makefile.SH b/Makefile.SH index 2e1c7aa..fc1b606 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