diff options
Diffstat (limited to 'openwrt/toolchain')
-rw-r--r-- | openwrt/toolchain/gdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/gdb/Makefile b/openwrt/toolchain/gdb/Makefile index 2dd11aa78..b1a2ad5fe 100644 --- a/openwrt/toolchain/gdb/Makefile +++ b/openwrt/toolchain/gdb/Makefile @@ -56,4 +56,4 @@ prepare: $(GDB_DIR)/.patched compile: install: $(TARGET_CROSS)gdb clean: - rm -rf $(GDB_CLIENT_DIR) + rm -rf $(GDB_CLIENT_DIR) $(GDB_DIR) |