r184 - in trunk/code/tools: asm lcc

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Oct 26 18:59:30 EDT 2005


Author: tma
Date: 2005-10-26 18:59:30 -0400 (Wed, 26 Oct 2005)
New Revision: 184

Modified:
   trunk/code/tools/asm/Makefile
   trunk/code/tools/lcc/makefile
Log:
* Small changes to distclean target from vapier


Modified: trunk/code/tools/asm/Makefile
===================================================================
--- trunk/code/tools/asm/Makefile	2005-10-26 22:52:17 UTC (rev 183)
+++ trunk/code/tools/asm/Makefile	2005-10-26 22:59:30 UTC (rev 184)
@@ -22,4 +22,4 @@
 	install -s -m 0755 q3asm$(BINEXT) ../
 
 uninstall:
-	-rm ../q3asm$(BINEXT)
+	rm -f ../q3asm$(BINEXT)

Modified: trunk/code/tools/lcc/makefile
===================================================================
--- trunk/code/tools/lcc/makefile	2005-10-26 22:52:17 UTC (rev 183)
+++ trunk/code/tools/lcc/makefile	2005-10-26 22:59:30 UTC (rev 184)
@@ -252,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 $(BD)
 
 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)




More information about the quake3-commits mailing list