summaryrefslogtreecommitdiffstats
path: root/package/mpfr
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-02-25 17:27:50 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-02-25 17:27:50 +0100
commitf561763e9189d668001004f5a603738c1ba7ce7c (patch)
tree152c4c286eb988d8da5091385dbcd73b5b142784 /package/mpfr
parentf389a9ce2fd105f0603c9ede71fdbeee5f851edd (diff)
downloadbuildroot-novena-f561763e9189d668001004f5a603738c1ba7ce7c.tar.gz
buildroot-novena-f561763e9189d668001004f5a603738c1ba7ce7c.zip
gmp/mpfr: make sure host builds add source targets to HOST_SOURCE
Closes #1183. When gmp/mpfr is needed for the host (E.G. when using an internal toolchain), the host-lib{gmp,mpfr}-source targets weren't added to HOST_SOURCE, so make source / external-deps didn't handle them. Notice that we have the same issue with the new host package support, there we should probably use HOST_<package>_DEPENDENCIES for -source dependencies. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/mpfr')
-rw-r--r--package/mpfr/mpfr.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk
index 595edc3cb..a7834dd9b 100644
--- a/package/mpfr/mpfr.mk
+++ b/package/mpfr/mpfr.mk
@@ -107,6 +107,7 @@ $(MPFR_HOST_DIR)/lib/libmpfr$(HOST_LIBEXT): $(MPFR_DIR2)/.configured
$(MAKE) -C $(MPFR_DIR2) install
host-libmpfr: $(MPFR_HOST_DIR)/lib/$(MPFR_HOST_BINARY)
+host-libmpfr-source: libmpfr-source
host-libmpfr-clean:
rm -rf $(MPFR_HOST_DIR)
-$(MAKE) -C $(MPFR_DIR2) clean