fix build, thx z3ro
[openwrt.git] / openwrt / toolchain / gdb / Makefile
index 4b0d6b3..aa7f126 100644 (file)
@@ -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 \
This page took 0.026385 seconds and 4 git commands to generate.