[Xquartz-changes] [202] AppleSGLX/trunk/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Fri Feb 20 02:25:53 PST 2009


Revision: 202
          http://trac.macosforge.org/projects/xquartz/changeset/202
Author:   gstaplin at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20090220/3889a232/attachment.html>


More information about the Xquartz-changes mailing list