projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1c5a9b9
)
a2p.y needs to generate also y.tab.h.
Jarkko Hietaniemi [Wed, 28 Oct 1998 13:39:54 +0000 (13:39 +0000)]
p4raw-id: //depot/cfgperl@2109
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
6d034d9
..
351a47e
100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-694,7
+694,7
@@
os390|posix-bc)
fi
cd x2p
rm -f y.tab.c
- yacc a2p.y >/dev/null 2>&1
+ yacc -d a2p.y >/dev/null 2>&1
if cmp -s y.tab.c a2p.c
then
rm -f y.tab.c