Don't make foo and foo.tab for foo.y.
This commit is contained in:
parent
d900f50c1e
commit
56e6e1edf4
@ -1,6 +1,6 @@
|
|||||||
<$PLAN9/src/mkhdr
|
<$PLAN9/src/mkhdr
|
||||||
|
|
||||||
TARG=`ls *.[cy] | sed 's/\.[cy]//'`
|
TARG=`ls *.[cy] | grep -v "\.tab\.c$" | sed 's/\.[cy]//'`
|
||||||
SHORTLIB=sec fs mux regexp9 thread bio 9
|
SHORTLIB=sec fs mux regexp9 thread bio 9
|
||||||
|
|
||||||
<$PLAN9/src/mkmany
|
<$PLAN9/src/mkmany
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user