ID: 2785080 USE consistently

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@553 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
nigels 2009-05-16 21:55:29 +00:00
parent c1f2127035
commit 67636dd2af
1 changed files with 1 additions and 1 deletions

View File

@ -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