[asterisk-commits] branch 1.2 r30874 -
/branches/1.2/codecs/gsm/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue May 30 12:18:30 MST 2006
Author: kpfleming
Date: Tue May 30 14:18:30 2006
New Revision: 30874
URL: http://svn.digium.com/view/asterisk?rev=30874&view=rev
Log:
check the proper variable...
Modified:
branches/1.2/codecs/gsm/Makefile
Modified: branches/1.2/codecs/gsm/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.2/codecs/gsm/Makefile?rev=30874&r1=30873&r2=30874&view=diff
==============================================================================
--- branches/1.2/codecs/gsm/Makefile (original)
+++ branches/1.2/codecs/gsm/Makefile Tue May 30 14:18:30 2006
@@ -242,7 +242,7 @@
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
More information about the asterisk-commits
mailing list