plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 56e6e1edf4688579c159616266a083f56381fe3c
parent d900f50c1eed6f488f2745b3994e5dbc9211db9d
Author: wkj <devnull@localhost>
Date:   Sat,  3 Jul 2004 18:35:09 +0000

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

Diffstat:
Msrc/cmd/mkfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/mkfile b/src/cmd/mkfile @@ -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