aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
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
commita93b12e99493c6bb0f6c9168f90cf6fc961ae6cc (patch)
tree3c4e3377c57605d85bb2d6118d5bded4b27a475a /toolchain/gdb
parent6aab7308d8cf0b054fd05ff6336a1eeca609b82d (diff)
downloadmaster-187ad058-a93b12e99493c6bb0f6c9168f90cf6fc961ae6cc.tar.gz
master-187ad058-a93b12e99493c6bb0f6c9168f90cf6fc961ae6cc.tar.bz2
master-187ad058-a93b12e99493c6bb0f6c9168f90cf6fc961ae6cc.zip
really clean gdb dir on make clean
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1287 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index 2dd11aa78d..b1a2ad5fe5 100644
--- a/toolchain/gdb/Makefile
+++ b/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)