r126 - trunk/code/unix
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Thu Sep 29 01:25:26 EDT 2005
Author: zakk
Date: 2005-09-29 01:25:26 -0400 (Thu, 29 Sep 2005)
New Revision: 126
Modified:
trunk/code/unix/Makefile
Log:
Spell checking, thanks to Han in irc.
Also, stop reading these logs and visit timedoctor.org!
Modified: trunk/code/unix/Makefile
===================================================================
--- trunk/code/unix/Makefile 2005-09-28 23:26:13 UTC (rev 125)
+++ trunk/code/unix/Makefile 2005-09-29 05:25:26 UTC (rev 126)
@@ -44,8 +44,8 @@
BUILD_FREETYPE=0
endif
-ifndef GENERATE_DEPENDANCIES
-GENERATE_DEPENDANCIES=1
+ifndef GENERATE_DEPENDENCIES
+GENERATE_DEPENDENCIES=1
endif
# Used for building with mingw
@@ -387,7 +387,7 @@
BASE_CFLAGS += -DDEFAULT_BASEDIR=\\\"$(DEFAULT_BASEDIR)\\\"
endif
-ifeq ($(GENERATE_DEPENDANCIES),1)
+ifeq ($(GENERATE_DEPENDENCIES),1)
ifeq ($(CC),gcc)
DEPEND_CFLAGS=-MMD
endif
@@ -1558,7 +1558,7 @@
$(MAKE) clean2 B=$(BR) CFLAGS="$(DEBUG_CFLAGS)"
#############################################################################
-# DEPENDANCIES
+# DEPENDENCIES
#############################################################################
-include $(shell find -name "*.d")
More information about the quake3-commits
mailing list