really clean gdb dir on make clean
SVN-Revision: 1287
This commit is contained in:
parent
b39aae34b7
commit
6cc748b3c6
1 changed files with 1 additions and 1 deletions
|
@ -56,4 +56,4 @@ prepare: $(GDB_DIR)/.patched
|
||||||
compile:
|
compile:
|
||||||
install: $(TARGET_CROSS)gdb
|
install: $(TARGET_CROSS)gdb
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(GDB_CLIENT_DIR)
|
rm -rf $(GDB_CLIENT_DIR) $(GDB_DIR)
|
||||||
|
|
Loading…
Reference in a new issue