summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-03-17 00:38:08 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-03-17 00:38:08 (GMT)
commitd52024be4ec8136ba958818e699e25d0326fc806 (patch)
tree2659d8778edfe803fb3f3fa04575ee08f2f8c884
parent361295ede953b4fef1cdb15c1b0439abc13f2b84 (diff)
downloadmxe-d52024be4ec8136ba958818e699e25d0326fc806.zip
mxe-d52024be4ec8136ba958818e699e25d0326fc806.tar.gz
mxe-d52024be4ec8136ba958818e699e25d0326fc806.tar.bz2
improved escaping
-rw-r--r--src/guile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile.mk b/src/guile.mk
index 74efa5d..d983587 100644
--- a/src/guile.mk
+++ b/src/guile.mk
@@ -25,7 +25,7 @@ define $(PKG)_BUILD
# which would fail because we tell Guile not to use Pthreads.
cd '$(1)' && CC_FOR_BUILD=gcc ./configure \
--host='$(TARGET)' \
- --build=`sh ./config.guess` \
+ --build="`sh ./config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
--without-threads \