summaryrefslogtreecommitdiffstats
path: root/package/gmp/gmp.mk
diff options
context:
space:
mode:
authorPeter Korsgaard2009-02-10 16:19:31 +0100
committerPeter Korsgaard2009-02-10 16:19:31 +0100
commit7897a950fe2546d09e09a0645e38a6f8ab063623 (patch)
treebdae9ca86b9dff53e31b58ae190b53cfd531982d /package/gmp/gmp.mk
parentu-boot: remove unused BOOTARGS / BOOTCMD handling (diff)
downloadbuildroot-7897a950fe2546d09e09a0645e38a6f8ab063623.tar.gz
buildroot-7897a950fe2546d09e09a0645e38a6f8ab063623.tar.xz
buildroot-7897a950fe2546d09e09a0645e38a6f8ab063623.zip
gmp/mpfr: fix up dependencies to stop continous rebuild with --disable-shared
Don't list the shared objects as targets for the host compilation now that we compile with --disable-shared.
Diffstat (limited to 'package/gmp/gmp.mk')
-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 00a92ef12..320a6422f 100644
--- a/package/gmp/gmp.mk
+++ b/package/gmp/gmp.mk
@@ -89,7 +89,7 @@ $(GMP_DIR2)/.configured: $(GMP_DIR)/.unpacked
)
touch $@
-$(GMP_HOST_DIR)/lib/libgmp$(HOST_LIBEXT) $(GMP_HOST_DIR)/lib/libgmp$(HOST_SHREXT) $(GMP_HOST_DIR)/lib/libgmp$(HOST_SHREXT).(GMP_LIBVERSION): $(GMP_DIR2)/.configured
+$(GMP_HOST_DIR)/lib/libgmp$(HOST_LIBEXT): $(GMP_DIR2)/.configured
$(MAKE) -C $(GMP_DIR2) install
host-libgmp: $(GMP_HOST_DIR)/lib/$(GMP_HOST_BINARY)