--- code/unix/Makefile (revision 178) +++ code/unix/Makefile (working copy) @@ -1423,6 +1423,7 @@ distclean: clean $(MAKE) -C ../tools/asm clean uninstall $(MAKE) -C ../tools/lcc clean uninstall + rm -rf $(BD) $(BR) ############################################################################# # DEPENDENCIES --- code/tools/asm/Makefile (revision 178) +++ code/tools/asm/Makefile (working copy) @@ -22,4 +22,4 @@ install -s -m 0755 q3asm$(BINEXT) ../ uninstall: - -rm ../q3asm$(BINEXT) + rm -f ../q3asm$(BINEXT) --- code/tools/lcc/makefile (revision 178) +++ code/tools/lcc/makefile (working copy) @@ -251,6 +252,7 @@ $(RM) $(BD)rcc.c $(BD)rcc.h $(RM) $(BD)rcc1$(E) $(BD)rcc1$(E) $(BD)1rcc$(E) $(BD)2rcc$(E) $(RM) $(BD)*.ilk + $(RM) -r build clobber:: clean $(RM) $(BD)q3rcc$(E) $(BD)2html$(E) $(BD)pass2$(E) $(BD)lburg$(E) $(BD)q3cpp$(E) $(BD)q3lcc$(E) $(BD)bprint$(E) $(BD)*$(A)