aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChristoph Egger <chegger@amazon.de>2013-05-13 10:24:31 +0200
committerIan Campbell <ian.campbell@citrix.com>2013-05-30 09:07:53 +0100
commit1ecd5e015d67837bb094e9e8921dca4e90578f8a (patch)
treec0f11ff44b0df0a26783745aa72e1f09e5814fc4 /config
parentd21b46e9b723b860ab6e32f6ad96dd4c650596c7 (diff)
downloadxen-1ecd5e015d67837bb094e9e8921dca4e90578f8a.tar.gz
xen-1ecd5e015d67837bb094e9e8921dca4e90578f8a.tar.bz2
xen-1ecd5e015d67837bb094e9e8921dca4e90578f8a.zip
stubdom: Make stubdom buildsystem consistent with tools buildsystem
Use FETCHER for stubdom, too. This makes stubdom buildsystem more consistent with tools buildsystem. Fixes toplevel configure failure if wget is not found independent if we are going to build stubdom or not. Signed-off-by: Christoph Egger <chegger@amazon.de> Reviewed-by: Matt Wilson <msw@amazon.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'config')
-rw-r--r--config/Stubdom.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Stubdom.mk.in b/config/Stubdom.mk.in
index 432efd7d75..302842e2e5 100644
--- a/config/Stubdom.mk.in
+++ b/config/Stubdom.mk.in
@@ -7,7 +7,7 @@ LIBDIR := $(libdir)
# Path Programs
CMAKE := @CMAKE@
-WGET := @WGET@ -c
+FETCHER := @FETCHER@
# A debug build of stubdom? //FIXME: Someone make this do something
debug := @debug@