diff options
Diffstat (limited to 'package/bison')
-rw-r--r-- | package/bison/bison.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bison/bison.mk b/package/bison/bison.mk index 2185d2086..4a6a35066 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -18,6 +18,7 @@ bison-source: $(DL_DIR)/$(BISON_SOURCE) $(BISON_DIR)/.unpacked: $(DL_DIR)/$(BISON_SOURCE) $(BISON_CAT) $(DL_DIR)/$(BISON_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - + $(CONFIG_UPDATE) $(BISON_DIR)/build-aux touch $(BISON_DIR)/.unpacked $(BISON_DIR)/.configured: $(BISON_DIR)/.unpacked |