aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Kiper <daniel.kiper@oracle.com>2013-05-07 13:51:40 +0200
committerIan Jackson <Ian.Jackson@eu.citrix.com>2013-07-17 12:33:47 +0100
commit50724931ffc65013a95cfcd3f15aa56c98004555 (patch)
tree89732ff4f612a1c19fd936af7249fc36396e077f
parent098c6b7bd66b5beebdc81eb81009ef548e9b46a1 (diff)
downloadxen-50724931ffc65013a95cfcd3f15aa56c98004555.tar.gz
xen-50724931ffc65013a95cfcd3f15aa56c98004555.tar.bz2
xen-50724931ffc65013a95cfcd3f15aa56c98004555.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> (cherry picked from commit 03b90b005939416463c79a45d91729e8a00742fa)
-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)