From 93404730059e9c8b6fcbf4e7c0f5ff69a23e6ea1 Mon Sep 17 00:00:00 2001 From: icculus Date: Tue, 15 Sep 2009 01:36:17 +0000 Subject: Make TOOLS_CFLAGS more easily customisable in the Makefile. Fixes Bugzilla #4155. git-svn-id: svn://svn.icculus.org/quake3/trunk@1606 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d80ed6b..0a3efc5 100644 --- a/Makefile +++ b/Makefile @@ -1073,10 +1073,10 @@ makedirs: ############################################################################# TOOLS_OPTIMIZE = -g -O2 -Wall -fno-strict-aliasing -TOOLS_CFLAGS = $(TOOLS_OPTIMIZE) \ - -DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \ - -I$(Q3LCCSRCDIR) \ - -I$(LBURGDIR) +TOOLS_CFLAGS += $(TOOLS_OPTIMIZE) \ + -DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \ + -I$(Q3LCCSRCDIR) \ + -I$(LBURGDIR) TOOLS_LIBS = TOOLS_LDFLAGS = -- cgit v1.2.3