Make TOOLS_CFLAGS more easily customisable in the Makefile.

Fixes Bugzilla #4155.
This commit is contained in:
Ryan C. Gordon 2009-09-15 01:36:17 +00:00
parent 8d0f212521
commit 592062c548
1 changed files with 4 additions and 4 deletions

View File

@ -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 =