summaryrefslogtreecommitdiff
path: root/openwrt/include/host.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-10 17:13:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-10 17:13:40 +0000
commitcd3f8b5e654be9aa187a560cd23019e1e25bc84b (patch)
tree99174e61d197b91c62ac547e12d6e30bf61ec3c6 /openwrt/include/host.mk
parentb806e425a31fc4cf07493e737d526bb0b21463fb (diff)
downloadmtk-20170518-cd3f8b5e654be9aa187a560cd23019e1e25bc84b.zip
mtk-20170518-cd3f8b5e654be9aa187a560cd23019e1e25bc84b.tar.gz
mtk-20170518-cd3f8b5e654be9aa187a560cd23019e1e25bc84b.tar.bz2
don't touch TAR_OPTIONS in host.mk
SVN-Revision: 5024
Diffstat (limited to 'openwrt/include/host.mk')
-rw-r--r--openwrt/include/host.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/include/host.mk b/openwrt/include/host.mk
index 93f86dc..9eee20f 100644
--- a/openwrt/include/host.mk
+++ b/openwrt/include/host.mk
@@ -23,6 +23,6 @@ $(TOPDIR)/.host.mk: $(INCLUDE_DIR)/host.mk
-e 's/i[3-9]86/i386/'`" >> $@
@echo "GNU_HOST_NAME:=`$(HOSTCC) -dumpmachine`" >> $@
@if tar --version 2>&1 | grep 'GNU' >/dev/null; then \
- echo "TAR_OPTIONS+=--wildcards" >> $@; \
+ echo "TAR_WILDCARDS:=--wildcards" >> $@; \
fi