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/gdb/gdb.mk | |
parent | e35414722d976f819a9d42ee51e94d6ccbc03887 (diff) |
toolchain/*: use CONFIG_UPDATE
Based on e0e0945e in Bernhard's tree.
Diffstat (limited to 'toolchain/gdb/gdb.mk')
-rw-r--r-- | toolchain/gdb/gdb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index 38ed145c2..d57fd4060 100644 --- a/toolchain/gdb/gdb.mk +++ b/toolchain/gdb/gdb.mk @@ -58,7 +58,7 @@ ifeq ($(GDB_VERSION),snapshot) ln -sf $(TOOL_BUILD_DIR)/$(shell tar jtf $(DL_DIR)/$(GDB_SOURCE) | head -1 | cut -d"/" -f1) $(GDB_DIR) endif toolchain/patch-kernel.sh $(GDB_DIR) $(GDB_PATCH_DIR) \*.patch - $(CONFIG_UPDATE) $(GDB_DIR) + $(CONFIG_UPDATE) $(@D) touch $@ gdb-patched: $(GDB_DIR)/.unpacked |