diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-09 03:23:27 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-09 03:23:27 +0000 |
commit | 5fc779527a05cd86d3d235e67977bd9f5a2ee950 (patch) | |
tree | ba7a57f1ee5be063b4564e8e8014fe797962015d | |
parent | 5b9497f7865539e631324b088a897d618ce161cf (diff) |
Remove obsolete reference to SOURCE_DIR
-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 057ccad27..0c1b38e59 100644 --- a/toolchain/gdb/gdb.mk +++ b/toolchain/gdb/gdb.mk @@ -22,7 +22,7 @@ $(DL_DIR)/$(GDB_SOURCE): $(GDB_DIR)/.unpacked: $(DL_DIR)/$(GDB_SOURCE) $(GDB_CAT) $(DL_DIR)/$(GDB_SOURCE) | tar -C $(TOOL_BUILD_DIR) -xvf - - toolchain/patch-kernel.sh $(GDB_DIR) $(SOURCE_DIR)/gdb/$(GDB_VERSION) \*.patch + toolchain/patch-kernel.sh $(GDB_DIR) toolchain/gdb/$(GDB_VERSION) \*.patch # Copy a config.sub from gcc. This is only necessary until # gdb's config.sub supports <arch>-linux-uclibc tuples. # Should probably integrate this into the patch. |