projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43ebc50
)
Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
author
Roca, Ignasi
<ignasi.roca@fujitsu.siemens.es>
Thu, 4 Jan 2001 12:53:39 +0000
(13:53 +0100)
committer
Jarkko 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
patch
|
blob
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
5c54335
..
d0b5465
100644
(file)
--- 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