aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-30 19:18:30 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-30 19:18:30 +0000
commitdb1a2718186b0a4483b24f202a96794e2c2e00e2 (patch)
tree5e2497401af03a4e687e3ed728be730db82fdb8a /codecs
parentd21afd47df4b62c484302a965fb19487c5ea76a5 (diff)
check the proper variable...
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30874 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/gsm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/gsm/Makefile b/codecs/gsm/Makefile
index 8bc53e88d..9058f1293 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