[quake3] Small diff

vincent at cojot.name vincent at cojot.name
Sun Apr 23 16:34:46 EDT 2006


On Sun, 23 Apr 2006, vincent at cojot.name wrote:

Discard this patch, I found another occurence. Please apply the attached 
patch...

Thanks,

Vincent
-------------- next part --------------
Index: code/tools/asm/Makefile
===================================================================
--- code/tools/asm/Makefile	(revision 722)
+++ code/tools/asm/Makefile	(working copy)
@@ -6,7 +6,7 @@
   BINEXT=
 endif
 
-ifeq ($(PLATFORM),SunOS)
+ifeq ($(PLATFORM),sunos)
   INSTALL=ginstall
 else
   INSTALL=install
Index: code/tools/lcc/Makefile
===================================================================
--- code/tools/lcc/Makefile	(revision 722)
+++ code/tools/lcc/Makefile	(working copy)
@@ -30,7 +30,7 @@
   LCC_CFLAGS += -DMACOS_X
 endif
 
-ifeq ($(PLATFORM),SunOS)
+ifeq ($(PLATFORM),sunos)
   INSTALL=ginstall
 else
   INSTALL=install


More information about the quake3 mailing list