From: Waldemar Brodkorb Date: Tue, 7 Jun 2005 08:30:35 +0000 (+0000) Subject: fix build, thx z3ro X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=93453d06f2d5b8cda7216432b6b99e483dfe95d2;p=librecmc%2Flibrecmc.git fix build, thx z3ro SVN-Revision: 1167 --- diff --git a/openwrt/toolchain/gdb/Makefile b/openwrt/toolchain/gdb/Makefile index 4b0d6b3ce4..aa7f1263dc 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 \