diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-07 14:32:22 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-07 14:32:22 +0000 |
commit | 2208a62d71819e117080b8d2b0acc9db8328b6ae (patch) | |
tree | c224a4d1c9aee39dd854723f65757e87f0e53377 /package/bison/bison.mk | |
parent | b913a04c60add2dfe750f18cfdc957c8c7fd6299 (diff) | |
download | buildroot-novena-2208a62d71819e117080b8d2b0acc9db8328b6ae.tar.gz buildroot-novena-2208a62d71819e117080b8d2b0acc9db8328b6ae.zip |
- some more CONFIG_UPDATEs by Haavard Skinnemoen
Diffstat (limited to 'package/bison/bison.mk')
-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 |