diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/native/tar-native/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/native/tar-native/Makefile b/tools/depends/native/tar-native/Makefile index 274c74c588..5064d3f765 100644 --- a/tools/depends/native/tar-native/Makefile +++ b/tools/depends/native/tar-native/Makefile @@ -12,7 +12,7 @@ ARCHIVE=$(SOURCE).tar.gz export LIBTOOL=builds/unix/libtool export PATH:=$(PREFIX)/bin:$(PATH) CONFIGURE=./configure --prefix=$(PREFIX) \ ---program-transform-name=s/tar/gtar/ --disable-dependency-tracking +--program-transform-name=s/tar/gtar/ --disable-dependency-tracking ac_cv_func_fdopendir=no APP=$(SOURCE)/src/tar APPBIN=$(PREFIX)/bin/tar |