From: Felix Fietkau Date: Sun, 26 Jun 2005 17:31:18 +0000 (+0000) Subject: really clean gdb dir on make clean X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6cc748b3c67ab67aad15e0e8f0b6378cf8c8cc35;p=librecmc%2Flibrecmc.git really clean gdb dir on make clean SVN-Revision: 1287 --- diff --git a/openwrt/toolchain/gdb/Makefile b/openwrt/toolchain/gdb/Makefile index 2dd11aa78d..b1a2ad5fe5 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)