diff options
Diffstat (limited to 'include/host.mk')
-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 6c0dcd6699..3100ce4165 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" >> $@; \ |