From 0ae0d97ce532b80e00e16c63dda58c0edba4cd33 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 26 Jun 2005 17:31:18 +0000 Subject: [PATCH] really clean gdb dir on make clean git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1287 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/gdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index 2dd11aa78..b1a2ad5fe 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) -- 2.35.1