diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/guile.mk | 2 |
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 \ |