Revision: 202 http://trac.macosforge.org/projects/xquartz/changeset/202 Author: gstaplin@apple.com Date: 2009-02-20 02:25:53 -0800 (Fri, 20 Feb 2009) Log Message: ----------- Remove the -Igl from the Makefile. It hasn't been needed since the gl directory was removed before the svn import. Modified Paths: -------------- AppleSGLX/trunk/Makefile Modified: AppleSGLX/trunk/Makefile =================================================================== --- AppleSGLX/trunk/Makefile 2009-02-20 10:24:00 UTC (rev 201) +++ AppleSGLX/trunk/Makefile 2009-02-20 10:25:53 UTC (rev 202) @@ -10,7 +10,7 @@ LN=ln RM=rm -INCLUDE=-I. -Iinclude -Iinclude/internal -DGLX_ALIAS_UNSUPPORTED -Igl -F/System/Library/Frameworks/OpenGL.framework -I$(INSTALL_DIR)/include +INCLUDE=-I. -Iinclude -Iinclude/internal -DGLX_ALIAS_UNSUPPORTED -F/System/Library/Frameworks/OpenGL.framework -I$(INSTALL_DIR)/include COMPILE=$(CC) $(INCLUDE) $(GL_CFLAGS) -c TEST_BUILD_DIR=builds
participants (1)
-
source_changes@macosforge.org