projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2977cee
)
Add dummy install target for glew to fix 'make install'
author
Dan Nicholson
<dbn.lists@gmail.com>
Fri, 13 Feb 2009 15:31:24 +0000
(07:31 -0800)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/src/glew/Makefile
b/src/glew/Makefile
index 49ee8b65943c5a916f0fb8596dadc7ace18c971c..8e6ccb4f7c3c01f2c9fb002b2fec43816a047765 100644
(file)
--- 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