[asterisk-commits] branch 1.2 r30329 - /branches/1.2/codecs/gsm/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu May 25 11:40:42 MST 2006


Author: russell
Date: Thu May 25 13:40:42 2006
New Revision: 30329

URL: http://svn.digium.com/view/asterisk?rev=30329&view=rev
Log:
add a missing endif from the recent Makefile change and use indentation
to hopefully prevent us from breaking this Makefile once again
(This nesting is no longer used in the trunk version of this Makefile)

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=30329&r1=30328&r2=30329&view=diff
==============================================================================
--- branches/1.2/codecs/gsm/Makefile (original)
+++ branches/1.2/codecs/gsm/Makefile Thu May 25 13:40:42 2006
@@ -38,32 +38,33 @@
 ######### probably require gcc. 
 
 ifneq (${OSARCH},Darwin)
-ifneq (${OSARCH},SunOS)
-ifneq (${PROC},x86_64)
-ifneq (${PROC},amd64)
-ifneq (${PROC},ultrasparc)
-ifneq ($(shell uname -m),ppc)
-ifneq ($(shell uname -m),ppc64)
-ifneq ($(shell uname -m),alpha)
-ifneq ($(shell uname -m),armv4l)
-ifneq (${PROC},sparc64)
-ifneq (${PROC},arm)
-ifneq (${PROC},ppc)
-ifneq (${PROC},ppc64)
-ifneq (${PROC},s390)
+ ifneq (${OSARCH},SunOS)
+  ifneq (${PROC},x86_64)
+   ifneq (${PROC},amd64)
+    ifneq (${PROC},ultrasparc)
+     ifneq ($(shell uname -m),ppc)
+      ifneq ($(shell uname -m),ppc64)
+       ifneq ($(shell uname -m),alpha)
+        ifneq ($(shell uname -m),armv4l)
+         ifneq (${PROC},sparc64)
+          ifneq (${PROC},arm)
+           ifneq (${PROC},ppc)
+            ifneq (${PROC},ppc64)
+             ifneq (${PROC},s390)
 OPTIMIZE+=-march=$(PROC)
-endif
-endif
-endif
-endif
-endif
-endif
-endif
-endif
-endif
-endif
-endif
-endif
+             endif
+            endif
+           endif
+          endif
+         endif
+        endif
+       endif
+      endif
+     endif
+    endif
+   endif
+  endif
+ endif
 endif
 
 #The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only.



More information about the asterisk-commits mailing list