summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-12-05 15:27:26 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-12-05 15:27:26 +0000
commit84ddc66a410e61c56f2e68e539f7d678ef9abe1a (patch)
tree3f2d90912ecde2e34eb6f4b8cfc2d21a3f0c0d0d /toolchain/binutils
parente35414722d976f819a9d42ee51e94d6ccbc03887 (diff)
downloadbuildroot-novena-84ddc66a410e61c56f2e68e539f7d678ef9abe1a.tar.gz
buildroot-novena-84ddc66a410e61c56f2e68e539f7d678ef9abe1a.zip
toolchain/*: use CONFIG_UPDATE
Based on e0e0945e in Bernhard's tree.
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/binutils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk
index 46e733448..d1543058b 100644
--- a/toolchain/binutils/binutils.mk
+++ b/toolchain/binutils/binutils.mk
@@ -88,7 +88,7 @@ $(BINUTILS_DIR)/.unpacked: $(DL_DIR)/$(BINUTILS_SOURCE)
mkdir -p $(TOOL_BUILD_DIR)
rm -rf $(BINUTILS_DIR)
$(BINUTILS_CAT) $(DL_DIR)/$(BINUTILS_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
- $(CONFIG_UPDATE) $(BINUTILS_DIR)
+ $(CONFIG_UPDATE) $(@D)
touch $@
binutils-patched: $(BINUTILS_DIR)/.patched