From 67636dd2af53c9eac9030b6829990068e00465a8 Mon Sep 17 00:00:00 2001 From: nigels Date: Sat, 16 May 2009 21:55:29 +0000 Subject: [PATCH] ID: 2785080 USE consistently git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@553 783a27ee-832a-0410-bc00-9f386506c6dd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7c71f6..4c64a31 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,7 @@ endif ifeq ($(patsubst mingw%,mingw,$(SYSTEM)), mingw) $(INSTALL) -m 0644 lib/$(LIB.DEVLNK) $(LIBDIR)/ else - strip -x lib/$(LIB.STATIC) + $(STRIP) -x lib/$(LIB.STATIC) $(INSTALL) -m 0644 lib/$(LIB.STATIC) $(LIBDIR)/ $(LN) $(LIB.SHARED) $(LIBDIR)/$(LIB.DEVLNK) endif