diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-16 19:48:46 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-16 19:48:46 +0000 |
commit | a4427ac6c0d88aee9094b71e094964a83825204e (patch) | |
tree | 4da242001709340f2872d62b5720c38b24381f42 /package/gmp/gmp.mk | |
parent | 6be03bae3c0413c33e4fddd5f7c739e2083122fe (diff) | |
download | buildroot-novena-a4427ac6c0d88aee9094b71e094964a83825204e.tar.gz buildroot-novena-a4427ac6c0d88aee9094b71e094964a83825204e.zip |
- use the correct path to configure
Diffstat (limited to 'package/gmp/gmp.mk')
-rw-r--r-- | package/gmp/gmp.mk | 2 |
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) \ |