Module: Mesa
Branch: master
Commit: c273dfe6a28d4bb64ce167685b4053d22db5a727
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c273dfe6a28d4bb64ce167685b4053d22db5a727

Author: Dan Nicholson <[email protected]>
Date:   Fri Feb 13 07:31:24 2009 -0800

Add dummy install target for glew to fix 'make install'

Signed-off-by: Dan Nicholson <[email protected]>

---

 src/glew/Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/glew/Makefile b/src/glew/Makefile
index 49ee8b6..8e6ccb4 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

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to