projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0499a0
)
tools/debugger/kdd: Remove dependencies files during make clean
author
Daniel Kiper
<daniel.kiper@oracle.com>
Tue, 7 May 2013 11:51:38 +0000
(13:51 +0200)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/tools/debugger/kdd/Makefile
b/tools/debugger/kdd/Makefile
index 8b507665c3d24cb5a775e125acbd34e8f64f9e13..b56974918fb48ba4cd760565ff1544d7f4f5bfd1 100644
(file)
--- a/
tools/debugger/kdd/Makefile
+++ b/
tools/debugger/kdd/Makefile
@@
-14,7
+14,7
@@
kdd: $(OBJS)
.PHONY: clean
clean:
- rm -f $(OBJS) kdd
+ rm -f $(OBJS)
$(DEPS)
kdd
.PHONY: install
install: all