Revision: 166 http://trac.macosforge.org/projects/xquartz/changeset/166 Author: jeremyhu@freedesktop.org Date: 2009-02-18 00:07:43 -0800 (Wed, 18 Feb 2009) Log Message: ----------- Order our includes before CFLAGS since that might pull in conflicting headers from glproto Modified Paths: -------------- AppleSGLX/trunk/Makefile Modified: AppleSGLX/trunk/Makefile =================================================================== --- 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