mpc: mpc.c is generated by yacc, so remove it on mk clean
This commit is contained in:
parent
d7303af06d
commit
90695e2eb2
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ nuke:V: cleanfiles nuke.directories
|
||||||
directories:V: install.directories
|
directories:V: install.directories
|
||||||
|
|
||||||
cleanfiles:V:
|
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:
|
%.clean:V:
|
||||||
rm -f [$OS].$stem $stem.[$OS]
|
rm -f [$OS].$stem $stem.[$OS]
|
||||||
|
@ -103,7 +103,7 @@ installall:V:
|
||||||
mk $stem.install &
|
mk $stem.install &
|
||||||
}
|
}
|
||||||
wait
|
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
|
%.acid: %.$O $HFILES
|
||||||
$CC $CFLAGS -a $stem.c >$target
|
$CC $CFLAGS -a $stem.c >$target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue