summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorMike Frysinger2004-10-08 22:11:54 +0200
committerMike Frysinger2004-10-08 22:11:54 +0200
commita6409fede4516c2db847c93a688dca6e59778816 (patch)
tree5ed1409fad943108c8eeb9d5deab35306fbd3e2c /make
parentdelete file rather than letting the makefile try to do it (diff)
downloadbuildroot-a6409fede4516c2db847c93a688dca6e59778816.tar.gz
buildroot-a6409fede4516c2db847c93a688dca6e59778816.tar.xz
buildroot-a6409fede4516c2db847c93a688dca6e59778816.zip
use $(DISABLE_NLS) instead of --disable-nls
Diffstat (limited to 'make')
-rw-r--r--make/wget.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/wget.mk b/make/wget.mk
index d5f7c4302..3b67b3faa 100644
--- a/make/wget.mk
+++ b/make/wget.mk
@@ -28,7 +28,7 @@ $(WGET_DIR)/.configured: $(WGET_DIR)/.unpacked
--build=$(GNU_HOST_NAME) \
--prefix=/ \
--disable-ipv6 \
- --disable-nls \
+ $(DISABLE_NLS) \
--without-ssl \
);
touch $(WGET_DIR)/.configured