package/mpfr: fix make source-check/external-deps issue

This commit is contained in:
Peter Korsgaard 2009-01-16 12:34:44 +00:00
parent 1e1e6395b6
commit 6beda1f236
1 changed files with 2 additions and 0 deletions

View File

@ -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))