summaryrefslogtreecommitdiffstats
path: root/package/mpfr
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 12:34:44 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 12:34:44 +0000
commit6beda1f23665adeed3b14375499ad589d96ac5fc (patch)
tree63c8b301a526efbb1ca020a1fa724eeda3a4a65c /package/mpfr
parent1e1e6395b68251be67753742200305416bf7e9e1 (diff)
downloadbuildroot-novena-6beda1f23665adeed3b14375499ad589d96ac5fc.tar.gz
buildroot-novena-6beda1f23665adeed3b14375499ad589d96ac5fc.zip
package/mpfr: fix make source-check/external-deps issue
Diffstat (limited to 'package/mpfr')
-rw-r--r--package/mpfr/mpfr.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk
index 48b080dd7..8d3c6ab62 100644
--- a/package/mpfr/mpfr.mk
+++ b/package/mpfr/mpfr.mk
@@ -22,8 +22,10 @@ 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
mv $(DL_DIR)/$(MPFR_PATCH) $@
endif
+endif
$(DL_DIR)/$(MPFR_SOURCE):
$(call DOWNLOAD,$(MPFR_SITE),$(MPFR_SOURCE))