diff options
| author | Peter Korsgaard | 2008-12-05 16:27:26 +0100 |
|---|---|---|
| committer | Peter Korsgaard | 2008-12-05 16:27:26 +0100 |
| commit | 84ddc66a410e61c56f2e68e539f7d678ef9abe1a (patch) | |
| tree | 3f2d90912ecde2e34eb6f4b8cfc2d21a3f0c0d0d /toolchain/binutils/binutils.mk | |
| parent | samba: predefine a autoconf result for enums with negative values (diff) | |
| download | buildroot-84ddc66a410e61c56f2e68e539f7d678ef9abe1a.tar.gz buildroot-84ddc66a410e61c56f2e68e539f7d678ef9abe1a.tar.xz buildroot-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 |
