From: Daniel Kiper Date: Tue, 7 May 2013 11:51:40 +0000 (+0200) Subject: tools/xenstat/libxenstat: Remove src/libxenstat.a file during make clean X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6887 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=03b90b005939416463c79a45d91729e8a00742fa;p=xen.git tools/xenstat/libxenstat: Remove src/libxenstat.a file during make clean Signed-off-by: Daniel Kiper Acked-by: Ian Jackson --- 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)