r440 - trunk/code/unix

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Dec 11 22:49:19 EST 2005


Author: floam
Date: 2005-12-11 22:49:19 -0500 (Sun, 11 Dec 2005)
New Revision: 440

Modified:
   trunk/code/unix/Makefile
Log:
Tabs


Modified: trunk/code/unix/Makefile
===================================================================
--- trunk/code/unix/Makefile	2005-12-12 03:48:00 UTC (rev 439)
+++ trunk/code/unix/Makefile	2005-12-12 03:49:19 UTC (rev 440)
@@ -1768,7 +1768,7 @@
 	@if [ ! -d $(COPYDIR)/baseq3 ]; then echo "You need to set COPYDIR to where you installed Quake III!"; false; fi
 	$(INSTALL) -s -m 0755 $(BR)/$(PLATFORM)quake3$(BINEXT) $(COPYDIR)/quake3
 	ifneq ($(PLATFORM),mingw32)
-	$(INSTALL) -s -m 0755 $(BR)/$(PLATFORM)q3ded$(BINEXT) $(COPYDIR)/q3ded$(BINEXT)
+		$(INSTALL) -s -m 0755 $(BR)/$(PLATFORM)q3ded$(BINEXT) $(COPYDIR)/q3ded$(BINEXT)
 	fi
 	-$(MKDIR) -p -m 0755 $(COPYDIR)/baseq3
 	$(INSTALL) -s -m 0755 $(BR)/baseq3/cgame$(ARCH).$(SHLIBEXT) \




More information about the quake3-commits mailing list