[mw-devel] MW3 r1065 - trunk/src

welshbyte at sucs.org welshbyte at sucs.org
Wed Mar 11 20:42:14 GMT 2009


Author: welshbyte
Date: 2009-03-11 20:42:14 +0000 (Wed, 11 Mar 2009)
New Revision: 1065

Modified:
   trunk/src/Makefile
Log:
Put the "all" rule back above the .o rules (oops).


Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile	2009-03-11 20:11:04 UTC (rev 1064)
+++ trunk/src/Makefile	2009-03-11 20:42:14 UTC (rev 1065)
@@ -57,6 +57,8 @@
 
 CFLAGS += $(DEFS)
 
+all: mw red
+
 ### The magic which lets us autogenerate dependencies
 CFLAGS += -MMD
 
@@ -70,8 +72,6 @@
 
 .PHONY: all install clean wipe
 
-all: mw red
-
 messages.po: $(CODE) $(HDRS)
 	xgettext --copyright-holder="Justin Mitchell <arthur at sucs.org>" -E  --no-wrap --keyword=_ $^ -j -o messages.po 
 





More information about the mw-devel mailing list