r319 - trunk/code/unix

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Nov 7 12:44:05 EST 2005


Author: tma
Date: 2005-11-07 12:44:05 -0500 (Mon, 07 Nov 2005)
New Revision: 319

Modified:
   trunk/code/unix/Makefile
Log:
* Makefile target dependancy fix


Modified: trunk/code/unix/Makefile
===================================================================
--- trunk/code/unix/Makefile	2005-11-07 17:35:21 UTC (rev 318)
+++ trunk/code/unix/Makefile	2005-11-07 17:44:05 UTC (rev 319)
@@ -535,15 +535,15 @@
 
 default:build_release
 
-debug: tools build_debug
-release: tools build_release
+debug: build_debug
+release: build_release
 
 build_debug: B=$(BD)
-build_debug: makedirs
+build_debug: makedirs tools
 	$(MAKE)  targets B=$(BD) CFLAGS="$(CFLAGS) $(DEBUG_CFLAGS) $(DEPEND_CFLAGS)"
 
 build_release: B=$(BR)
-build_release: makedirs
+build_release: makedirs tools
 	$(MAKE)  targets B=$(BR) CFLAGS="$(CFLAGS) $(RELEASE_CFLAGS) $(DEPEND_CFLAGS)"
 
 #Build both debug and release builds




More information about the quake3-commits mailing list