aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat
diff options
context:
space:
mode:
authorDaniel Kiper <daniel.kiper@oracle.com>2013-05-07 13:51:40 +0200
committerIan Campbell <ian.campbell@citrix.com>2013-05-08 12:14:36 +0100
commit03b90b005939416463c79a45d91729e8a00742fa (patch)
tree0be3684274f22264b4cb30c4cbe88811766b67e4 /tools/xenstat
parentea5e515ba19c423e15ca33023cd3c9d2c9aa807f (diff)
downloadxen-03b90b005939416463c79a45d91729e8a00742fa.tar.gz
xen-03b90b005939416463c79a45d91729e8a00742fa.tar.bz2
xen-03b90b005939416463c79a45d91729e8a00742fa.zip
tools/xenstat/libxenstat: Remove src/libxenstat.a file during make clean
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/xenstat')
-rw-r--r--tools/xenstat/libxenstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenstat/libxenstat/Makefile b/tools/xenstat/libxenstat/Makefile
index adeb495a1b..21aad8923e 100644
--- 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)