From 07b2af1a45c5276125b54d64f839fdcd660d602d Mon Sep 17 00:00:00 2001 From: Maxime Petazzoni Date: Thu, 2 Sep 2010 12:09:44 +0200 Subject: Remove the spider feature In preparation for the re-work of the DOWNLOAD helper to support multiple download methods and protocols, the spider feature used with wget is removed for now until it is re-implemented on top of the new download methods. Signed-off-by: Maxime Petazzoni Signed-off-by: Thomas Petazzoni --- package/mpfr/mpfr.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/mpfr') diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk index a7834dd9b..b7b80a5a4 100644 --- a/package/mpfr/mpfr.mk +++ b/package/mpfr/mpfr.mk @@ -21,10 +21,8 @@ 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)) -- cgit v1.2.3