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.
This commit is contained in:
Peter Korsgaard
2009-02-10 15:19:31 +00:00
parent cfeadbdf6c
commit 7897a950fe
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ $(MPFR_DIR2)/.configured: $(MPFR_DIR)/.unpacked $(GMP_HOST_DIR)/lib/$(GMP_HOST_B
)
touch $@
$(MPFR_HOST_DIR)/lib/libmpfr$(HOST_LIBEXT) $(MPFR_HOST_DIR)/lib/libmpfr$(HOST_SHREXT) $(MPFR_HOST_DIR)/lib/libmpfr$(HOST_SHREXT).$(MPFR_LIBVERSION): $(MPFR_DIR2)/.configured
$(MPFR_HOST_DIR)/lib/libmpfr$(HOST_LIBEXT): $(MPFR_DIR2)/.configured
$(MAKE) -C $(MPFR_DIR2) install
host-libmpfr: $(MPFR_HOST_DIR)/lib/$(MPFR_HOST_BINARY)