summaryrefslogtreecommitdiff
path: root/libxslt
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-30 02:57:36 +0300
committerTor Lillqvist <tml@iki.fi>2011-05-30 02:57:36 +0300
commite5c37050bab08fdfc08febf5a243372686ef423d (patch)
tree4f88aeb9393c7b30da0c804d11bf93e7643b29ef /libxslt
parentb39178a1fd9ca87143c3befad9f9a8521a46c627 (diff)
Drop unnecessary quotes around platform triplets
Diffstat (limited to 'libxslt')
-rw-r--r--libxslt/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk
index b3567d2e8793..f9ca45113634 100644
--- a/libxslt/makefile.mk
+++ b/libxslt/makefile.mk
@@ -124,7 +124,7 @@ CONFIGURE_FLAGS=--disable-static
.ENDIF
CONFIGURE_FLAGS+=--enable-ipv6=no --without-crypto --without-python --with-sax1=yes
.IF "$(CROSS_COMPILING)"!=""
-CONFIGURE_FLAGS+= --build="$(BUILD_PLATFORM)" --host="$(HOST_PLATFORM)"
+CONFIGURE_FLAGS+=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
.ENDIF
BUILD_ACTION=chmod 777 xslt-config && $(GNUMAKE)
BUILD_FLAGS+= -j$(EXTMAXPROCESS)