aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxen/Makefile')
-rw-r--r--tools/libxen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxen/Makefile b/tools/libxen/Makefile
index 00d729dc3e..db7be23348 100644
--- a/tools/libxen/Makefile
+++ b/tools/libxen/Makefile
@@ -61,7 +61,7 @@ install: all
ln -sf libxenapi.so.$(MAJOR).$(MINOR) $(DESTDIR)/usr/$(LIBDIR)/libxenapi.so.$(MAJOR)
ln -sf libxenapi.so.$(MAJOR) $(DESTDIR)/usr/$(LIBDIR)/libxenapi.so
$(INSTALL_DATA) libxenapi.a $(DESTDIR)/usr/$(LIBDIR)
- for i in $(LIBXENAPI_HDRS); do \
+ set -e; for i in $(LIBXENAPI_HDRS); do \
$(INSTALL_DATA) $$i $(DESTDIR)/usr/include/xen/api; \
done