Revision: 235 http://trac.macosforge.org/projects/xquartz/changeset/235 Author: jeremyhu@freedesktop.org Date: 2009-02-22 11:55:55 -0800 (Sun, 22 Feb 2009) Log Message: ----------- Don't install glxinfo and glxgears by default Modified Paths: -------------- AppleSGLX/trunk/Makefile Modified: AppleSGLX/trunk/Makefile =================================================================== --- AppleSGLX/trunk/Makefile 2009-02-22 12:18:01 UTC (rev 234) +++ AppleSGLX/trunk/Makefile 2009-02-22 19:55:55 UTC (rev 235) @@ -95,7 +95,7 @@ $(RM) -f $(DESTDIR)$(INSTALL_DIR)/lib/libGL.1.dylib $(LN) -s libGL.1.2.dylib $(DESTDIR)$(INSTALL_DIR)/lib/libGL.1.dylib -install: install_headers install_libraries install_programs +install: install_headers install_libraries clean: rm -rf $(BUILD_DIR)
participants (1)
-
source_changes@macosforge.org