From 1ecd5e015d67837bb094e9e8921dca4e90578f8a Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Mon, 13 May 2013 10:24:31 +0200 Subject: 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 Reviewed-by: Matt Wilson Acked-by: Ian Campbell --- config/Stubdom.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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@ -- cgit v1.2.3