From: Dan Nicholson Date: Fri, 13 Feb 2009 15:31:24 +0000 (-0800) Subject: Add dummy install target for glew to fix 'make install' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c273dfe6a28d4bb64ce167685b4053d22db5a727;p=mesa.git Add dummy install target for glew to fix 'make install' Signed-off-by: Dan Nicholson --- diff --git a/src/glew/Makefile b/src/glew/Makefile index 49ee8b65943..8e6ccb4f7c3 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