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

source_changes at macosforge.org source_changes at macosforge.org
Fri Feb 20 16:17:45 PST 2009


Revision: 217
          http://trac.macosforge.org/projects/xquartz/changeset/217
Author:   jeremyhu at freedesktop.org
Date:     2009-02-20 16:17:45 -0800 (Fri, 20 Feb 2009)
Log Message:
-----------
Fix programs install

Modified Paths:
--------------
    AppleSGLX/trunk/Makefile

Modified: AppleSGLX/trunk/Makefile
===================================================================
--- AppleSGLX/trunk/Makefile	2009-02-21 00:15:30 UTC (rev 216)
+++ AppleSGLX/trunk/Makefile	2009-02-21 00:17:45 UTC (rev 217)
@@ -19,8 +19,10 @@
 #The directory with binaries that can tested without an install.
 TEST_BUILD_DIR=testbuilds
 
+PROGRAMS=$(BUILD_DIR)/glxinfo $(BUILD_DIR)/glxgears
+
 all: programs tests
-programs: $(BUILD_DIR)/glxinfo $(BUILD_DIR)/glxgears
+programs: $(PROGRAMS)
 
 include tests/tests.mk
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20090220/9ae9c502/attachment.html>


More information about the Xquartz-changes mailing list