projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e1e639
)
package/mpfr: fix make source-check/external-deps issue
author
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 16 Jan 2009 12:34:44 +0000
(12:34 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 16 Jan 2009 12:34:44 +0000
(12:34 -0000)
package/mpfr/mpfr.mk
patch
|
blob
|
history
diff --git
a/package/mpfr/mpfr.mk
b/package/mpfr/mpfr.mk
index 48b080dd795f71bdb426674f69d031fb011ed4b3..8d3c6ab627acf14f1edf4806d1e8a8e9b175c1c1 100644
(file)
--- 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))