summaryrefslogtreecommitdiffstats
path: root/openwrt/toolchain
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-07 08:30:35 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-07 08:30:35 +0000
commit5dfed39c142136300fc8bf9cf86563561626c414 (patch)
treeaf17ca84f0fa615f80f0c236a3de8b08ad2d636a /openwrt/toolchain
parent5a7eec1ada3871c5dee91abbb73d593fe3c38c8a (diff)
fix build, thx z3ro
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1167 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain')
-rw-r--r--openwrt/toolchain/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/gdb/Makefile b/openwrt/toolchain/gdb/Makefile
index 4b0d6b3ce..aa7f1263d 100644
--- a/openwrt/toolchain/gdb/Makefile
+++ b/openwrt/toolchain/gdb/Makefile
@@ -25,7 +25,7 @@ $(GDB_DIR)/.patched: $(DL_DIR)/$(GDB_SOURCE)
GDB_CLIENT_DIR:=$(TOOL_BUILD_DIR)/gdbclient-$(GDB_VERSION)
-$(GDB_CLIENT_DIR)/.configured: $(GDB_DIR)/.unpacked
+$(GDB_CLIENT_DIR)/.configured: $(GDB_DIR)/.patched
mkdir -p $(GDB_CLIENT_DIR)
(cd $(GDB_CLIENT_DIR); \
gdb_cv_func_sigsetjmp=yes \