summaryrefslogtreecommitdiff
path: root/make/findutils.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/findutils.mk
parent674022331daa839d779985e1698179a6daceac0b (diff)
Make use of wget consistant by using a WGET variable
Diffstat (limited to 'make/findutils.mk')
-rw-r--r--make/findutils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/findutils.mk b/make/findutils.mk
index 1fa326cba..2323dd713 100644
--- a/make/findutils.mk
+++ b/make/findutils.mk
@@ -11,7 +11,7 @@ FINDUTILS_BINARY:=find/find
FINDUTILS_TARGET_BINARY:=usr/bin/find
$(DL_DIR)/$(FINDUTILS_SOURCE):
- wget -P $(DL_DIR) $(FINDUTILS_SITE)/$(FINDUTILS_SOURCE)
+ $(WGET) -P $(DL_DIR) $(FINDUTILS_SITE)/$(FINDUTILS_SOURCE)
findutils-source: $(DL_DIR)/$(FINDUTILS_SOURCE)