ref: 7ff3e878c26b7e1d44854151e32831e209fbf229
parent: 5824a886e8847ae6ec33d6a5a22705b3512b5162
author: spew <devnull@localhost>
date: Tue Jul 5 19:21:36 EDT 2016
remove mpc.tab.h on mk clean
--- a/sys/src/cmd/mkfile
+++ b/sys/src/cmd/mkfile
@@ -82,7 +82,7 @@
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 mpc.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 mpc.tab.h [$OS]._cp
%.clean:V:
rm -f [$OS].$stem $stem.[$OS]
--
⑨