From 3d124095e990fd0ab21730fbc9541048643dbeb4 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 10 Oct 2006 17:13:40 +0000 Subject: don't touch TAR_OPTIONS in host.mk git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5024 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/host.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/host.mk') diff --git a/include/host.mk b/include/host.mk index 93f86dce8..9eee20fcf 100644 --- a/include/host.mk +++ b/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 -- cgit v1.2.3