projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea5e515
)
tools/xenstat/libxenstat: Remove src/libxenstat.a file during make clean
author
Daniel Kiper
<daniel.kiper@oracle.com>
Tue, 7 May 2013 11:51:40 +0000
(13:51 +0200)
committer
Ian Campbell
<ian.campbell@citrix.com>
Wed, 8 May 2013 11:14:36 +0000
(12:14 +0100)
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/xenstat/libxenstat/Makefile
patch
|
blob
|
history
diff --git
a/tools/xenstat/libxenstat/Makefile
b/tools/xenstat/libxenstat/Makefile
index adeb495a1bb99409f49e134ae623d8a04dc8f847..21aad8923eed94d94249a4ee6eb098953b2593fe 100644
(file)
--- a/
tools/xenstat/libxenstat/Makefile
+++ b/
tools/xenstat/libxenstat/Makefile
@@
-139,7
+139,7
@@
endif
.PHONY: clean
clean:
- rm -f $(SHLIB) $(SHLIB_LINKS) $(OBJECTS-y) \
+ rm -f $(
LIB) $(
SHLIB) $(SHLIB_LINKS) $(OBJECTS-y) \
$(BINDINGS) $(BINDINGSRC) $(DEPS)
-include $(DEPS)