diff options
author | wkj <devnull@localhost> | 2004-07-03 18:35:09 +0000 |
---|---|---|
committer | wkj <devnull@localhost> | 2004-07-03 18:35:09 +0000 |
commit | 56e6e1edf4688579c159616266a083f56381fe3c (patch) | |
tree | 485948a3befc5c65691f1a3b587fa099f25ff0d0 /src/cmd/mkfile | |
parent | d900f50c1eed6f488f2745b3994e5dbc9211db9d (diff) | |
download | plan9port-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/mkfile | 2 |
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 |