From c10df26a31b6af5a720fbfd06411d580cd38a2c8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 25 Mar 2009 08:59:31 -0600 Subject: glew: fix GLEW_LIB_NAME This fixes rebuilding of the library every time we run make. --- src/glew/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glew/Makefile b/src/glew/Makefile index 8e6ccb4f7c..cd692f3ef7 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 -- cgit v1.2.3