summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-09-28 09:03:26 -0600
committerBrian Paul <brianp@vmware.com>2009-09-28 09:03:26 -0600
commit6920a355c1fafb243efc8693d845cd8b524b6b0a (patch)
treeb0017a085679b4452e08966709186f72b8bfef3c /progs
parent653ae04bea557085778c599c3b8f32a6f1479686 (diff)
progs/perf: Include local headers before installed headers.
Fixes compilation errors on platforms with older installed GL headers.
Diffstat (limited to 'progs')
-rw-r--r--progs/perf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/perf/Makefile b/progs/perf/Makefile
index 066eb8608e..f7b965542e 100644
--- a/progs/perf/Makefile
+++ b/progs/perf/Makefile
@@ -10,7 +10,7 @@ LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLEW_LIB) \
# using : to avoid APP_CC pointing to CC loop
CC := $(APP_CC)
-CFLAGS += -I$(INCDIR)
+CFLAGS := -I$(INCDIR) $(CFLAGS)
LDLIBS = $(LIBS)
PROG_SOURCES = \