really clean gdb dir on make clean

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1287 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2005-06-26 17:31:18 +00:00
parent b1cb109d6f
commit cf24c09a86

View File

@@ -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)