summaryrefslogtreecommitdiff
path: root/redland/redland/makefile.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-06 00:47:28 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-06 00:47:28 +0300
commit5cf5db763f05928d88fea377e43f8488c990129f (patch)
tree97b4633ca19aeaf440601ad2efd62be4a97b7df1 /redland/redland/makefile.mk
parentfe7b7a1d4d2fb5151e2ca17130ca1020ece69f26 (diff)
Bin unnecessary quoting
Diffstat (limited to 'redland/redland/makefile.mk')
-rw-r--r--redland/redland/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/redland/redland/makefile.mk b/redland/redland/makefile.mk
index bbfe8144bd54..ec4941c215f4 100644
--- a/redland/redland/makefile.mk
+++ b/redland/redland/makefile.mk
@@ -135,7 +135,7 @@ CONFIGURE_FLAGS=--disable-static
.ENDIF
CONFIGURE_FLAGS+= --disable-gtk-doc --with-threads --with-openssl-digests --with-xml-parser=libxml --with-raptor=system --with-rasqual=system --without-bdb --without-sqlite --without-mysql --without-postgresql --without-threestore --with-regex-library=posix --with-decimal=none --with-www=xml
.IF "$(CROSS_COMPILING)"!=""
-CONFIGURE_FLAGS+= --build="$(BUILD_PLATFORM)" --host="$(HOST_PLATFORM)"
+CONFIGURE_FLAGS+= --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
.ENDIF
BUILD_ACTION=$(AUGMENT_LIBRARY_PATH) $(GNUMAKE)
BUILD_FLAGS+= -j$(EXTMAXPROCESS)