From 84ddc66a410e61c56f2e68e539f7d678ef9abe1a Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 5 Dec 2008 15:27:26 +0000 Subject: toolchain/*: use CONFIG_UPDATE Based on e0e0945e in Bernhard's tree. --- toolchain/gdb/gdb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gdb') 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 -- cgit v1.2.3