diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-06-26 17:31:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-06-26 17:31:18 +0000 |
commit | 6cc748b3c67ab67aad15e0e8f0b6378cf8c8cc35 (patch) | |
tree | 42bbdd52d6d3c7c496fa93860247aeac39799406 /openwrt/toolchain | |
parent | b39aae34b74528d526576d0777fd69c888c146df (diff) | |
download | mtk-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/Makefile | 2 |
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) |