diff options
Diffstat (limited to 'package/bison')
-rw-r--r-- | package/bison/bison.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bison/bison.mk b/package/bison/bison.mk index 67e4654ff..84d8723f5 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -16,7 +16,7 @@ $(DL_DIR)/$(BISON_SOURCE): bison-source: $(DL_DIR)/$(BISON_SOURCE) $(BISON_DIR)/.unpacked: $(DL_DIR)/$(BISON_SOURCE) - $(BISON_CAT) $(DL_DIR)/$(BISON_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f - + $(BISON_CAT) $(DL_DIR)/$(BISON_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - touch $(BISON_DIR)/.unpacked $(BISON_DIR)/.configured: $(BISON_DIR)/.unpacked |