summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2005-11-21 19:51:12 +0000
committerPaul Mundt <lethal@linux-sh.org>2005-11-21 19:51:12 +0000
commit30c484fdb10288540f41c4fc063eb7e30de3a637 (patch)
tree909a2286df9455cb0334087b03cbefb6f394f6b6 /toolchain
parent3fb23b0fbd1dc813979468f1d288a1d40c408594 (diff)
binutils needs a CONFIG_UPDATE too, noted by Mike Frysinger.
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/binutils.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk
index 284a1f722..e6174d422 100644
--- a/toolchain/binutils/binutils.mk
+++ b/toolchain/binutils/binutils.mk
@@ -38,6 +38,7 @@ $(DL_DIR)/$(BINUTILS_SOURCE):
$(BINUTILS_DIR)/.unpacked: $(DL_DIR)/$(BINUTILS_SOURCE)
mkdir -p $(TOOL_BUILD_DIR)
$(BINUTILS_CAT) $(DL_DIR)/$(BINUTILS_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
+ $(CONFIG_UPDATE) $(BINUTILS_DIR)
touch $(BINUTILS_DIR)/.unpacked
$(BINUTILS_DIR)/.patched: $(BINUTILS_DIR)/.unpacked