diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-26 17:31:18 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-26 17:31:18 +0000 |
commit | bb543c8fc7ef5e18aaec2f8a95cffe96548f7b4e (patch) | |
tree | 42bbdd52d6d3c7c496fa93860247aeac39799406 /openwrt/toolchain | |
parent | 3111134cb90fc96d7bca796730aad4761dddba5a (diff) |
really clean gdb dir on make clean
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1287 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |