aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libvchan
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-11-24 17:00:33 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-11-24 17:00:33 +0000
commitab375de6c2120adbfd19255159183f8422dfe6a4 (patch)
treecc51005291df9e5606f6c03eecfacde4c9b4d686 /tools/libvchan
parent0244dc67686f8b683bc4998b90009c4747ba7955 (diff)
downloadxen-ab375de6c2120adbfd19255159183f8422dfe6a4.tar.gz
xen-ab375de6c2120adbfd19255159183f8422dfe6a4.tar.bz2
xen-ab375de6c2120adbfd19255159183f8422dfe6a4.zip
libvchan: clean *.opic
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libvchan')
-rw-r--r--tools/libvchan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libvchan/Makefile b/tools/libvchan/Makefile
index 3896ac1bd5..d768df46ce 100644
--- a/tools/libvchan/Makefile
+++ b/tools/libvchan/Makefile
@@ -52,7 +52,7 @@ install: all
.PHONY: clean
clean:
- $(RM) -f *.o *.so* *.a vchan-node1 vchan-node2 $(DEPS)
+ $(RM) -f *.o *.opic *.so* *.a vchan-node1 vchan-node2 $(DEPS)
distclean: clean