diff options
Diffstat (limited to 'package/libtool')
-rw-r--r-- | package/libtool/libtool.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index 4adebb41a..2978ac09b 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -16,7 +16,7 @@ $(DL_DIR)/$(LIBTOOL_SOURCE): libtool-source: $(DL_DIR)/$(LIBTOOL_SOURCE) $(LIBTOOL_DIR)/.unpacked: $(DL_DIR)/$(LIBTOOL_SOURCE) - $(LIBTOOL_CAT) $(DL_DIR)/$(LIBTOOL_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f - + $(LIBTOOL_CAT) $(DL_DIR)/$(LIBTOOL_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - touch $(LIBTOOL_DIR)/.unpacked $(LIBTOOL_DIR)/.configured: $(LIBTOOL_DIR)/.unpacked |