From: Brian Paul Date: Wed, 25 Mar 2009 14:59:31 +0000 (-0600) Subject: glew: fix GLEW_LIB_NAME X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c10df26a31b6af5a720fbfd06411d580cd38a2c8;p=mesa.git glew: fix GLEW_LIB_NAME This fixes rebuilding of the library every time we run make. --- diff --git a/src/glew/Makefile b/src/glew/Makefile index 8e6ccb4f7c3..cd692f3ef78 100644 --- a/src/glew/Makefile +++ b/src/glew/Makefile @@ -6,7 +6,7 @@ include $(TOP)/configs/current ##### MACROS ##### -GLEW_LIB_NAME = libglew.a +GLEW_LIB_NAME = libGLEW.a MAJOR = 1 MINOR = 5