Don't make foo and foo.tab for foo.y.

This commit is contained in:
wkj 2004-07-03 18:35:09 +00:00
parent d900f50c1e
commit 56e6e1edf4

View file

@ -1,6 +1,6 @@
<$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
<$PLAN9/src/mkmany