Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
authorRoca, Ignasi <ignasi.roca@fujitsu.siemens.es>
Thu, 4 Jan 2001 12:53:39 +0000 (13:53 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 4 Jan 2001 18:03:26 +0000 (18:03 +0000)
If running byacc write-enable also perly.h.

p4raw-id: //depot/perl@8304

Makefile.SH

index 5c54335..d0b5465 100644 (file)
@@ -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