diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-05 15:27:26 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-05 15:27:26 +0000 |
commit | 84ddc66a410e61c56f2e68e539f7d678ef9abe1a (patch) | |
tree | 3f2d90912ecde2e34eb6f4b8cfc2d21a3f0c0d0d /toolchain/binutils/binutils.mk | |
parent | e35414722d976f819a9d42ee51e94d6ccbc03887 (diff) | |
download | buildroot-novena-84ddc66a410e61c56f2e68e539f7d678ef9abe1a.tar.gz buildroot-novena-84ddc66a410e61c56f2e68e539f7d678ef9abe1a.zip |
toolchain/*: use CONFIG_UPDATE
Based on e0e0945e in Bernhard's tree.
Diffstat (limited to 'toolchain/binutils/binutils.mk')
-rw-r--r-- | toolchain/binutils/binutils.mk | 2 |
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 |