r5461 - trunk/data

esteel at icculus.org esteel at icculus.org
Thu Jan 8 16:57:04 EST 2009


Author: esteel
Date: 2009-01-08 16:57:04 -0500 (Thu, 08 Jan 2009)
New Revision: 5461

Modified:
   trunk/data/Makefile
Log:
fix makefile for phony pk3


Modified: trunk/data/Makefile
===================================================================
--- trunk/data/Makefile	2009-01-08 21:44:40 UTC (rev 5460)
+++ trunk/data/Makefile	2009-01-08 21:57:04 UTC (rev 5461)
@@ -53,7 +53,7 @@
 		cp -v progs.dat csprogs.dat menu.dat $$TDIR/;
 		svn export --force . $$TDIR; \
 		cd $$TDIR; \
-		$(RM) -r qcsrc common-spog.pk3 \
+		$(RM) -r qcsrc common-spog.pk3; \
 		$(ZIP) $$ABSPK3NAME .
 
 .PHONY: log




More information about the nexuiz-commits mailing list