aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/mkfile
diff options
context:
space:
mode:
authorwkj <devnull@localhost>2004-07-03 18:35:09 +0000
committerwkj <devnull@localhost>2004-07-03 18:35:09 +0000
commit56e6e1edf4688579c159616266a083f56381fe3c (patch)
tree485948a3befc5c65691f1a3b587fa099f25ff0d0 /src/cmd/mkfile
parentd900f50c1eed6f488f2745b3994e5dbc9211db9d (diff)
downloadplan9port-56e6e1edf4688579c159616266a083f56381fe3c.tar.gz
plan9port-56e6e1edf4688579c159616266a083f56381fe3c.tar.bz2
plan9port-56e6e1edf4688579c159616266a083f56381fe3c.zip
Don't make foo and foo.tab for foo.y.
Diffstat (limited to 'src/cmd/mkfile')
-rw-r--r--src/cmd/mkfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/mkfile b/src/cmd/mkfile
index 45678822..1af22687 100644
--- 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