aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)