diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-14 13:53:26 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-14 13:53:26 +0000 |
commit | f013e220e07d7ae7637d01a757b1c5a40c59e833 (patch) | |
tree | 74332e77107d5d154d3dafe6f4f302a0551cb243 /include | |
parent | a268a7ce9dac8f5706976aadf32c13a60b45e903 (diff) |
remove some obsolete stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5079 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/host.mk | 3 |
1 files changed, 0 insertions, 3 deletions
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" >> $@; \ |