From f013e220e07d7ae7637d01a757b1c5a40c59e833 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 14 Oct 2006 13:53:26 +0000 Subject: remove some obsolete stuff git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5079 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/host.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/host.mk b/include/host.mk index 6c0dcd669..3100ce416 100644 --- a/include/host.mk +++ b/include/host.mk @@ -25,9 +25,6 @@ $(TOPDIR)/.host.mk: $(INCLUDE_DIR)/host.mk TAR=`which gtar`; \ [ -n "$$TAR" -a -x "$$TAR" ] || TAR=`which tar`; \ echo "TAR:=$$TAR" >> $@; \ - if $$TAR --version 2>&1 | grep 'GNU' >/dev/null; then \ - echo "TAR_WILDCARDS:=--wildcards" >> $@; \ - fi; \ ZCAT=`which gzcat`; \ [ -n "$$ZCAT" -a -x "$$ZCAT" ] || ZCAT=`which zcat`; \ echo "ZCAT:=$$ZCAT" >> $@; \ -- cgit v1.2.3