aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenbackendd
diff options
context:
space:
mode:
authorChristoph Egger <chegger@amazon.de>2013-04-22 13:59:14 +0200
committerIan Campbell <ian.campbell@citrix.com>2013-04-24 12:18:11 +0100
commitd6d33360662d87d3e456e4618a3eafd38db5b09c (patch)
treedf1425aa7500d0fc6ee3dee212545b1bfc6ed077 /tools/xenbackendd
parenta8a1f236a2964506a22d1779648d8e1c8668cb1a (diff)
downloadxen-d6d33360662d87d3e456e4618a3eafd38db5b09c.tar.gz
xen-d6d33360662d87d3e456e4618a3eafd38db5b09c.tar.bz2
xen-d6d33360662d87d3e456e4618a3eafd38db5b09c.zip
tools/xenbackendd: make 'gmake clean' properly cleaning
tools/xenbackendd: properly cleanup Do not leave builds on gmake clean. Signed-off-by: Christoph Egger <chegger@amazon.de> Reviewed-by: Matt Wilson <msw@amazon.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/xenbackendd')
-rw-r--r--tools/xenbackendd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenbackendd/Makefile b/tools/xenbackendd/Makefile
index 8374ad31a4..31e5c62dcf 100644
--- a/tools/xenbackendd/Makefile
+++ b/tools/xenbackendd/Makefile
@@ -30,7 +30,7 @@ install: build
.PHONY: clean
clean:
- rm -f $(DEPS)
+ $(RM) *.a *.so *.o $(DEPS) xenbackendd
xenbackendd: xenbackendd.o
$(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) $(APPEND_LDFLAGS)