summaryrefslogtreecommitdiffstats
path: root/package/Makefile.autotools.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-09-05 15:24:12 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-09-05 15:24:12 +0200
commit0642da781803160ec93a7b6d39bae921535d7c19 (patch)
tree7a94a4eb140d5f2a8b240ae2c50446a4f582eeb8 /package/Makefile.autotools.in
parent6538b1d1e719778d02830f4d3d2975c36e6555cf (diff)
parent4a37bf3b9eb6d34a3fb75140234c21417521ae17 (diff)
downloadbuildroot-novena-0642da781803160ec93a7b6d39bae921535d7c19.tar.gz
buildroot-novena-0642da781803160ec93a7b6d39bae921535d7c19.zip
Merge branch 'qstrip' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r--package/Makefile.autotools.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index d6da7e86a..859e7bcf4 100644
--- a/package/Makefile.autotools.in
+++ b/package/Makefile.autotools.in
@@ -140,7 +140,7 @@ DOWNLOAD=$(WGET) -P $(DL_DIR) $(1)/$(2)
else
define DOWNLOAD
$(Q)test -e $(DL_DIR)/$(2) || \
- for site in $(strip $(subst ",,$(BR2_PRIMARY_SITE))) $(1) $(strip $(subst ",,$(BR2_BACKUP_SITE))); \
+ for site in $(call qstrip,$(BR2_PRIMARY_SITE)) $(1) $(call qstrip,$(BR2_BACKUP_SITE)); \
do $(WGET) -P $(DL_DIR) $$site/$(2) && exit; done
endef
endif