summaryrefslogtreecommitdiff
path: root/sys/src/cmd
diff options
context:
space:
mode:
authorBurnZeZ <brz-9dev@feline.systems>2015-11-25 11:39:01 -0500
committerBurnZeZ <brz-9dev@feline.systems>2015-11-25 11:39:01 -0500
commit90695e2eb24430a984e76afb6aaf1c10e2d4809e (patch)
treed11ec515865023e1b8f72b6bf261b6d319a94ed7 /sys/src/cmd
parentd7303af06d4725f7116d5dfa0d69603a5a1cd2b6 (diff)
mpc: mpc.c is generated by yacc, so remove it on mk clean
Diffstat (limited to 'sys/src/cmd')
-rw-r--r--sys/src/cmd/mkfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/cmd/mkfile b/sys/src/cmd/mkfile
index 4c930ab0c..fb7d8111f 100644
--- a/sys/src/cmd/mkfile
+++ b/sys/src/cmd/mkfile
@@ -82,7 +82,7 @@ nuke:V: cleanfiles nuke.directories
directories:V: install.directories
cleanfiles:V:
- rm -f [$OS].out *.[$OS] y.tab.? y.debug y.output [$OS].$TARG [$OS].units.tab $TARG bc.c bc.tab.h units.tab.h units.c [$OS]._cp
+ rm -f [$OS].out *.[$OS] y.tab.? y.debug y.output [$OS].$TARG [$OS].units.tab $TARG bc.c bc.tab.h units.tab.h units.c mpc.c [$OS]._cp
%.clean:V:
rm -f [$OS].$stem $stem.[$OS]
@@ -103,7 +103,7 @@ installall:V:
mk $stem.install &
}
wait
- rm -f $stem.[$OS] y.tab.? $stem.tab.? y.debug y.output [$OS].$stem bc.c bc.tab.h units.c
+ rm -f $stem.[$OS] y.tab.? $stem.tab.? y.debug y.output [$OS].$stem bc.c bc.tab.h units.c mpc.c
%.acid: %.$O $HFILES
$CC $CFLAGS -a $stem.c >$target