From 50724931ffc65013a95cfcd3f15aa56c98004555 Mon Sep 17 00:00:00 2001 From: Daniel Kiper Date: Tue, 7 May 2013 13:51:40 +0200 Subject: tools/xenstat/libxenstat: Remove src/libxenstat.a file during make clean Signed-off-by: Daniel Kiper Acked-by: Ian Jackson (cherry picked from commit 03b90b005939416463c79a45d91729e8a00742fa) --- tools/xenstat/libxenstat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3