From c273dfe6a28d4bb64ce167685b4053d22db5a727 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Fri, 13 Feb 2009 07:31:24 -0800 Subject: Add dummy install target for glew to fix 'make install' Signed-off-by: Dan Nicholson --- src/glew/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/glew/Makefile') 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 -- cgit v1.2.3