summaryrefslogtreecommitdiff
path: root/src/glew
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2009-02-13 07:31:24 -0800
committerDan Nicholson <dbn.lists@gmail.com>2009-02-13 07:41:51 -0800
commitc273dfe6a28d4bb64ce167685b4053d22db5a727 (patch)
tree34e62cc9672be9235ff89d9e1f5f37c76be93e37 /src/glew
parent2977cee38e21b8e5ebba1635b101185d64ee44a9 (diff)
Add dummy install target for glew to fix 'make install'
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'src/glew')
-rw-r--r--src/glew/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glew/Makefile b/src/glew/Makefile
index 49ee8b6594..8e6ccb4f7c 100644
--- a/src/glew/Makefile
+++ b/src/glew/Makefile
@@ -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