aboutsummaryrefslogtreecommitdiffstats
path: root/config/StdGNU.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/StdGNU.mk')
-rw-r--r--config/StdGNU.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/StdGNU.mk b/config/StdGNU.mk
index ff94379208..aa6248801e 100644
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -16,6 +16,8 @@ MSGMERGE = msgmerge
# Allow git to be wrappered in the environment
GIT ?= git
+WGET ?= wget -c
+
INSTALL = install
INSTALL_DIR = $(INSTALL) -d -m0755 -p
INSTALL_DATA = $(INSTALL) -m0644 -p