summaryrefslogtreecommitdiff
path: root/openwrt/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-06-26 17:31:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-06-26 17:31:18 +0000
commit6cc748b3c67ab67aad15e0e8f0b6378cf8c8cc35 (patch)
tree42bbdd52d6d3c7c496fa93860247aeac39799406 /openwrt/toolchain
parentb39aae34b74528d526576d0777fd69c888c146df (diff)
downloadmtk-20170518-6cc748b3c67ab67aad15e0e8f0b6378cf8c8cc35.zip
mtk-20170518-6cc748b3c67ab67aad15e0e8f0b6378cf8c8cc35.tar.gz
mtk-20170518-6cc748b3c67ab67aad15e0e8f0b6378cf8c8cc35.tar.bz2
really clean gdb dir on make clean
SVN-Revision: 1287
Diffstat (limited to 'openwrt/toolchain')
-rw-r--r--openwrt/toolchain/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/gdb/Makefile b/openwrt/toolchain/gdb/Makefile
index 2dd11aa..b1a2ad5 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)