summaryrefslogtreecommitdiff
path: root/redland/ExternalProject_redland.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-12-31 01:10:36 +0200
committerTor Lillqvist <tml@iki.fi>2012-12-31 01:10:42 +0200
commitafb9d7d84cb25d91335467dd5e121f353e37a3ff (patch)
treef9bbebbfc33a1db671d5d311e4759d22ecc6385e /redland/ExternalProject_redland.mk
parentd9584d9a6b017ee8b6f95a14fdec1223eb7dab6b (diff)
Fix misleading indentation
Change-Id: I72050f4d3b0f617e04a8b404ecdc99e5e2806f18
Diffstat (limited to 'redland/ExternalProject_redland.mk')
-rw-r--r--redland/ExternalProject_redland.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/redland/ExternalProject_redland.mk b/redland/ExternalProject_redland.mk
index e9e90d777d7d..79ed7722731c 100644
--- a/redland/ExternalProject_redland.mk
+++ b/redland/ExternalProject_redland.mk
@@ -49,7 +49,7 @@ $(call gb_ExternalProject_get_state_target,redland,build):
--without-threestone --with-regex-library=posix --with-decimal=none \
--with-www=xml \
$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
- $(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
+ $(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
$(if $(filter IOS ANDROID,$(OS)),--disable-shared,--disable-static) \
$(if $(filter-out ANDROID,$(OS)),--with-threads) \
&& cd librdf \