summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorUlf Samuelsson2007-07-20 09:34:28 +0200
committerUlf Samuelsson2007-07-20 09:34:28 +0200
commite7c08c297d050816ef439ea47ffa36da9796aaf1 (patch)
treec75d1ba3e3708e12c67d6d96cd4c2528342a0f88 /package/Makefile.in
parentFix INITRAMFS target that was broken. Get rid of config stuff out of the top-... (diff)
downloadbuildroot-e7c08c297d050816ef439ea47ffa36da9796aaf1.tar.gz
buildroot-e7c08c297d050816ef439ea47ffa36da9796aaf1.tar.xz
buildroot-e7c08c297d050816ef439ea47ffa36da9796aaf1.zip
make source-check without permanently changing WGET command
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 29c505835..78731e24f 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -12,7 +12,7 @@ MAKE:=$(HOSTMAKE) -j$(BR2_JLEVEL)
# Strip off the annoying quoting
ARCH:=$(strip $(subst ",, $(BR2_ARCH)))
#"))
-WGET:=$(strip $(subst ",, $(BR2_WGET)))
+WGET:=$(strip $(subst ",, $(BR2_WGET))) $(SPIDER)
#"))
SVN:=$(strip $(subst ",, $(BR2_SVN)))
#"))