changeset 1669:53a32735ec32

improved escaping
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 17 Mar 2011 01:38:08 +0100
parents 4ee38be1b1cd
children 56c35fe3b209
files src/guile.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/guile.mk	Thu Mar 17 01:22:52 2011 +0100
+++ b/src/guile.mk	Thu Mar 17 01:38:08 2011 +0100
@@ -25,7 +25,7 @@
     # 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 \