From: wbx Date: Tue, 7 Jun 2005 08:30:35 +0000 (+0000) Subject: fix build, thx z3ro X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=614a274b2aace1e99974d76217c567e09b198848 fix build, thx z3ro git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1167 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index 4b0d6b3ce..aa7f1263d 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 \