tools/debugger/kdd: Remove dependencies files during make clean
authorDaniel Kiper <daniel.kiper@oracle.com>
Tue, 7 May 2013 11:51:38 +0000 (13:51 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 8 May 2013 11:14:30 +0000 (12:14 +0100)
Remove dependencies files during make clean.

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/debugger/kdd/Makefile

index 8b507665c3d24cb5a775e125acbd34e8f64f9e13..b56974918fb48ba4cd760565ff1544d7f4f5bfd1 100644 (file)
@@ -14,7 +14,7 @@ kdd: $(OBJS)
 
 .PHONY: clean
 clean:
-       rm -f $(OBJS) kdd
+       rm -f $(OBJS) $(DEPS) kdd
 
 .PHONY: install
 install: all