changeset 2147:7a52fd32a10d

package guile: make use of new BUILD variable
author Mark Brand <mabrand@mabrand.nl>
date Sat, 26 Nov 2011 21:54:54 +0100
parents 02d04ce7c9c7
children b005b9cf8998
files src/guile.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/guile.mk	Sat Nov 26 21:28:02 2011 +0100
+++ b/src/guile.mk	Sat Nov 26 21:54:54 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='$(BUILD)' \
         --prefix='$(PREFIX)/$(TARGET)' \
         --disable-shared \
         --without-threads \