From: Kevin P. Fleming Date: Tue, 30 May 2006 19:18:30 +0000 (+0000) Subject: check the proper variable... X-Git-Tag: 1.2.8~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f43b8a655d4608b03e838e39da2f4440b2affb48;p=thirdparty%2Fasterisk.git check the proper variable... git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@30874 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/codecs/gsm/Makefile b/codecs/gsm/Makefile index 8bc53e88d5..9058f1293c 100644 --- a/codecs/gsm/Makefile +++ b/codecs/gsm/Makefile @@ -242,7 +242,7 @@ ifneq ($(shell uname -m),armv4l) ifneq ($(shell uname -m),sparc64) ifneq (${PROC},arm) ifneq ($(shell uname -m), parisc) -ifneq ($(shell uname -m), s390) +ifneq (${PROC}, s390) GSM_SOURCES+= $(SRC)/k6opt.s endif endif