summaryrefslogtreecommitdiffstats
path: root/package/gmp
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-02-10 15:19:31 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-02-10 15:19:31 +0000
commit7897a950fe2546d09e09a0645e38a6f8ab063623 (patch)
treebdae9ca86b9dff53e31b58ae190b53cfd531982d /package/gmp
parentcfeadbdf6c9cf71bb445f546a8f3977bf7780a79 (diff)
downloadbuildroot-novena-7897a950fe2546d09e09a0645e38a6f8ab063623.tar.gz
buildroot-novena-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')
-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)