aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-06-07 08:30:35 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-06-07 08:30:35 +0000
commit65072569762e70d91a6933f978f045332e3fbe0d (patch)
treef13993906b43fe9cff337c15ad9696e1d3d7ab02 /toolchain/gdb
parent7dc2e6dab0769df77a5a23bd34a666e25b88842b (diff)
downloadmaster-187ad058-65072569762e70d91a6933f978f045332e3fbe0d.tar.gz
master-187ad058-65072569762e70d91a6933f978f045332e3fbe0d.tar.bz2
master-187ad058-65072569762e70d91a6933f978f045332e3fbe0d.zip
fix build, thx z3ro
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1167 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index 4b0d6b3ce4..aa7f1263dc 100644
--- a/toolchain/gdb/Makefile
+++ b/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 \