summaryrefslogtreecommitdiffstats
path: root/package/mpfr/mpfr.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-09-16 22:33:06 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-09-17 14:09:48 +0200
commita172611725f5eb6b06b64f280c3656780c809f51 (patch)
tree98870dc141006df243e2c7f1913bca3385e81ae0 /package/mpfr/mpfr.mk
parent0a5ec788662b9b18aa65806a706904bf9860b837 (diff)
parent1475384413f2db15bceb69c8c56454319c3ce5e7 (diff)
downloadbuildroot-novena-a172611725f5eb6b06b64f280c3656780c809f51.tar.gz
buildroot-novena-a172611725f5eb6b06b64f280c3656780c809f51.zip
Merge branch 'for-2010.11/download-rework' of git://git.busybox.net/~tpetazzoni/git/buildroot
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/mpfr/mpfr.mk')
-rw-r--r--package/mpfr/mpfr.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk
index a7834dd9b..6979a9f76 100644
--- a/package/mpfr/mpfr.mk
+++ b/package/mpfr/mpfr.mk
@@ -21,7 +21,7 @@ MPFR_PATCH_SOURCE:=$(DL_DIR)/$(MPFR_PATCH_FILE)
$(MPFR_PATCH_SOURCE):
$(call DOWNLOAD,$(MPFR_SITE),$(MPFR_PATCH))
-ifeq ($(SPIDER),) # this breaks source-check/external-deps
+ifeq ($(DL_MODE),DOWNLOAD)
mv $(DL_DIR)/$(MPFR_PATCH) $@
endif
endif