]> xenbits.xensource.com Git - people/aperard/xen-arm.git/commitdiff
tools/xenstat/libxenstat: Remove src/libxenstat.a file during make clean
authorDaniel Kiper <daniel.kiper@oracle.com>
Tue, 7 May 2013 11:51:40 +0000 (13:51 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 8 May 2013 11:14:36 +0000 (12:14 +0100)
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/xenstat/libxenstat/Makefile

index adeb495a1bb99409f49e134ae623d8a04dc8f847..21aad8923eed94d94249a4ee6eb098953b2593fe 100644 (file)
@@ -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)