Don't make foo and foo.tab for foo.y.
This commit is contained in:
parent
d900f50c1e
commit
56e6e1edf4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue