summaryrefslogtreecommitdiffstats
path: root/make/bash.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-20 23:16:10 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-20 23:16:10 +0000
commit8a2597eaba5ca76c94ba3657eb3b476b4cf3a538 (patch)
treef6807b48f8870c267cc413f14cdc98acc608f2f7 /make/bash.mk
parent674022331daa839d779985e1698179a6daceac0b (diff)
downloadbuildroot-novena-8a2597eaba5ca76c94ba3657eb3b476b4cf3a538.tar.gz
buildroot-novena-8a2597eaba5ca76c94ba3657eb3b476b4cf3a538.zip
Make use of wget consistant by using a WGET variable
Diffstat (limited to 'make/bash.mk')
-rw-r--r--make/bash.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/bash.mk b/make/bash.mk
index de9d61b5f..dc11c3609 100644
--- a/make/bash.mk
+++ b/make/bash.mk
@@ -11,7 +11,7 @@ BASH_BINARY:=bash
BASH_TARGET_BINARY:=bin/bash
$(DL_DIR)/$(BASH_SOURCE):
- wget -P $(DL_DIR) $(BASH_SITE)/$(BASH_SOURCE)
+ $(WGET) -P $(DL_DIR) $(BASH_SITE)/$(BASH_SOURCE)
bash-source: $(DL_DIR)/$(BASH_SOURCE)