Revision
217
Author
jeremyhu@freedesktop.org
Date
2009-02-20 16:17:45 -0800 (Fri, 20 Feb 2009)

Log Message

Fix programs install

Modified Paths

Diff

Modified: AppleSGLX/trunk/Makefile (216 => 217)


--- 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