summaryrefslogtreecommitdiffstats
path: root/package/bison
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-07 14:32:22 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-07 14:32:22 +0000
commit2208a62d71819e117080b8d2b0acc9db8328b6ae (patch)
treec224a4d1c9aee39dd854723f65757e87f0e53377 /package/bison
parentb913a04c60add2dfe750f18cfdc957c8c7fd6299 (diff)
downloadbuildroot-novena-2208a62d71819e117080b8d2b0acc9db8328b6ae.tar.gz
buildroot-novena-2208a62d71819e117080b8d2b0acc9db8328b6ae.zip
- some more CONFIG_UPDATEs by Haavard Skinnemoen
Diffstat (limited to 'package/bison')
-rw-r--r--package/bison/bison.mk1
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