aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2007-12-14 10:16:52 +0000
committerKeir Fraser <keir.fraser@citrix.com>2007-12-14 10:16:52 +0000
commit891143e3217e4d43994feb729fdc84a6e3acffe7 (patch)
tree90bcbe62d8ec6eea9dd152e11f63dfce579cfbd4 /tools/libxc/Makefile
parent625a82b59cc973fc6adcca234e05e53fff4a96b5 (diff)
downloadxen-891143e3217e4d43994feb729fdc84a6e3acffe7.tar.gz
xen-891143e3217e4d43994feb729fdc84a6e3acffe7.tar.bz2
xen-891143e3217e4d43994feb729fdc84a6e3acffe7.zip
tools: Some fixes for 'make clean'.
Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
Diffstat (limited to 'tools/libxc/Makefile')
-rw-r--r--tools/libxc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 3c9899d152..618b371615 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -125,7 +125,8 @@ TAGS:
clean:
rm -rf *.rpm $(LIB) *~ $(DEPS) xen \
$(CTRL_LIB_OBJS) $(CTRL_PIC_OBJS) \
- $(GUEST_LIB_OBJS) $(GUEST_PIC_OBJS)
+ $(GUEST_LIB_OBJS) $(GUEST_PIC_OBJS) \
+ $(LIBELF_SRCS) libelf-private.h
.PHONY: rpm
rpm: build