Add dummy install target for glew to fix 'make install'
authorDan Nicholson <dbn.lists@gmail.com>
Fri, 13 Feb 2009 15:31:24 +0000 (07:31 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Fri, 13 Feb 2009 15:41:51 +0000 (07:41 -0800)
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
src/glew/Makefile

index 49ee8b65943c5a916f0fb8596dadc7ace18c971c..8e6ccb4f7c3c01f2c9fb002b2fec43816a047765 100644 (file)
@@ -37,6 +37,9 @@ $(TOP)/$(LIB_DIR)/$(GLEW_LIB_NAME): depend $(OBJECTS)
        $(MKLIB) -o $(GLEW_LIB) -static -install $(TOP)/$(LIB_DIR) $(OBJECTS)
 
 
+install:
+
+
 clean:
        -rm -f *.o *~
        -rm -f depend depend.bak