tabs and typos fixed
authored_ <bartosh@gmail.com>
Sun, 9 Dec 2007 16:39:20 +0000 (16:39 +0000)
committered_ <bartosh@gmail.com>
Sun, 9 Dec 2007 16:39:20 +0000 (16:39 +0000)
trunk/evas/debian/rules

index dc4c98f..4df0660 100755 (executable)
@@ -47,12 +47,12 @@ DEB_BUILD_ARCH  ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 CFLAGS += -DNDEBUG=1 -fomit-frame-pointer -O2
 
 ifneq (,$(findstring armel,$(DEB_BUILD_ARCH)))
-        ifneq (,$(findstring n8x0,$(DEB_BUILD_OPTIONS)))
-                CFLAGS += -mfpu=vfp -mfloat-abi=softfp -mcpu=arm1136jf-s
-        endif
-        ifneq (,$(findstring n770,$(DEB_BUILD_OPTIONS)))
-                 CFLAGS += -mcpu=arm926ej-s
-        endif
-end
+       ifneq (,$(findstring n8x0,$(DEB_BUILD_OPTIONS)))
+               CFLAGS += -mfpu=vfp -mfloat-abi=softfp -mcpu=arm1136jf-s
+       endif
+       ifneq (,$(findstring n770,$(DEB_BUILD_OPTIONS)))
+               CFLAGS += -mcpu=arm926ej-s
+       endif
+endif