From: Roca, Ignasi Date: Thu, 4 Jan 2001 12:53:39 +0000 (+0100) Subject: Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es> X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cecd0ad11aa943316d9a312516d00e8523901f3a;p=p5sagit%2Fp5-mst-13.2.git Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es> If running byacc write-enable also perly.h. p4raw-id: //depot/perl@8304 --- diff --git a/Makefile.SH b/Makefile.SH index 5c54335..d0b5465 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -597,7 +597,7 @@ install.html: all installhtml run_byacc: FORCE $(BYACC) -d perly.y - -chmod 664 perly.c + -chmod 664 perly.c perly.h 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