summaryrefslogtreecommitdiffstats
path: root/package/mpfr
diff options
context:
space:
mode:
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2012-01-16 14:58:43 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-01-17 23:32:34 +0100
commit014f85f91bbf442af8a5a087a91ca0d5499c8b3e (patch)
tree9a47e3550688da9d5bc90b53f4238fae09d38722 /package/mpfr
parentc05f907d059224aa2f5127fae88b6d394da09203 (diff)
downloadbuildroot-novena-014f85f91bbf442af8a5a087a91ca0d5499c8b3e.tar.gz
buildroot-novena-014f85f91bbf442af8a5a087a91ca0d5499c8b3e.zip
mpfr: removed redundant HOST_FOO_DEPENDENCIES
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/mpfr')
-rw-r--r--package/mpfr/mpfr.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk
index 7f335998c..6876d6f18 100644
--- a/package/mpfr/mpfr.mk
+++ b/package/mpfr/mpfr.mk
@@ -10,7 +10,6 @@ MPFR_SOURCE = mpfr-$(MPFR_VERSION).tar.bz2
MPFR_INSTALL_STAGING = YES
MPFR_DEPENDENCIES = gmp
MPFR_MAKE_OPT = RANLIB=$(TARGET_RANLIB)
-HOST_MPFR_DEPENDENCIES = host-gmp
$(eval $(call AUTOTARGETS))
$(eval $(call AUTOTARGETS,host))