Order our includes before CFLAGS since that might pull in conflicting headers from glproto
--- AppleSGLX/trunk/Makefile 2009-02-18 04:09:28 UTC (rev 165)
+++ AppleSGLX/trunk/Makefile 2009-02-18 08:07:43 UTC (rev 166)
@@ -11,7 +11,7 @@
RM=rm
INCLUDE=-I. -Iinclude -Iinclude/internal -DGLX_ALIAS_UNSUPPORTED -Igl -F/System/Library/Frameworks/OpenGL.framework -I$(INSTALL_DIR)/include
-COMPILE=$(CC) $(GL_CFLAGS) $(INCLUDE) -c
+COMPILE=$(CC) $(INCLUDE) $(GL_CFLAGS) -c
TEST_BUILD_DIR=builds