projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11da7e0
)
glew: fix GLEW_LIB_NAME
author
Brian Paul
<brianp@vmware.com>
Wed, 25 Mar 2009 14:59:31 +0000
(08:59 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 25 Mar 2009 15:01:01 +0000
(09:01 -0600)
This fixes rebuilding of the library every time we run make.
src/glew/Makefile
patch
|
blob
|
history
diff --git
a/src/glew/Makefile
b/src/glew/Makefile
index
8e6ccb4
..
cd692f3
100644
(file)
--- a/
src/glew/Makefile
+++ b/
src/glew/Makefile
@@
-6,7
+6,7
@@
include $(TOP)/configs/current
##### MACROS #####
-GLEW_LIB_NAME = lib
glew
.a
+GLEW_LIB_NAME = lib
GLEW
.a
MAJOR = 1
MINOR = 5