aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/Makefile
diff options
context:
space:
mode:
authorzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-29 05:25:26 +0000
committerzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-29 05:25:26 +0000
commit1eef0865e87c79b24bd8cecbc1d40de5b4a561f9 (patch)
treef0a41f3a9b10b874e984d418087d11a929e5ef36 /code/unix/Makefile
parent37cd37191483f4d87025567713d22ae6820dbca4 (diff)
downloadioquake3-aero-1eef0865e87c79b24bd8cecbc1d40de5b4a561f9.tar.gz
ioquake3-aero-1eef0865e87c79b24bd8cecbc1d40de5b4a561f9.zip
Spell checking, thanks to Han in irc.
Also, stop reading these logs and visit timedoctor.org! git-svn-id: svn://svn.icculus.org/quake3/trunk@126 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/unix/Makefile')
-rw-r--r--code/unix/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/code/unix/Makefile b/code/unix/Makefile
index 2cc6013..14e8d60 100644
--- a/code/unix/Makefile
+++ b/code/unix/Makefile
@@ -44,8 +44,8 @@ ifndef BUILD_FREETYPE
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 @@ ifdef DEFAULT_BASEDIR
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 @@ clean-release:
$(MAKE) clean2 B=$(BR) CFLAGS="$(DEBUG_CFLAGS)"
#############################################################################
-# DEPENDANCIES
+# DEPENDENCIES
#############################################################################
-include $(shell find -name "*.d")