From 9e70b3e418c3831faf249aad9205c3a4ba602772 Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Thu, 29 Sep 2005 05:25:26 +0000 Subject: [PATCH] Spell checking, thanks to Han in irc. Also, stop reading these logs and visit timedoctor.org! --- code/unix/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/unix/Makefile b/code/unix/Makefile index 2cc60131..14e8d605 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")