diff options
author | Roca, Ignasi <ignasi.roca@fujitsu.siemens.es> | 2001-01-04 13:53:39 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-04 18:03:26 +0000 |
commit | cecd0ad11aa943316d9a312516d00e8523901f3a (patch) | |
tree | 1f04ed281fbb0bdb9cfdc7acb24554f9398b0932 /Makefile.SH | |
parent | 43ebc50080ca0e47707a08e6771d495bc00cb7e1 (diff) | |
download | perl-cecd0ad11aa943316d9a312516d00e8523901f3a.tar.gz |
Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
If running byacc write-enable also perly.h.
p4raw-id: //depot/perl@8304
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 5c543355bf..d0b5465b8a 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 |