summaryrefslogtreecommitdiff
path: root/package/gmp
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-16 19:48:46 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-16 19:48:46 +0000
commita4427ac6c0d88aee9094b71e094964a83825204e (patch)
tree4da242001709340f2872d62b5720c38b24381f42 /package/gmp
parent6be03bae3c0413c33e4fddd5f7c739e2083122fe (diff)
- use the correct path to configure
Diffstat (limited to 'package/gmp')
-rw-r--r--package/gmp/gmp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gmp/gmp.mk b/package/gmp/gmp.mk
index e80f3ceca..a9b6198e9 100644
--- a/package/gmp/gmp.mk
+++ b/package/gmp/gmp.mk
@@ -35,7 +35,7 @@ $(GMP_TARGET_DIR)/.configured: $(GMP_DIR)/.unpacked
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
ac_cv_c_bigendian=$(GMP_BE) \
- ./configure \
+ $(GMP_DIR)/configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \