aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-27 16:44:04 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-27 16:44:04 +0000
commitef3d5e2dfa914e8777d5258b9550c56ad3f6d47a (patch)
tree51dd3fced4e8fc19e2caddd2939580eca996036f /tools/include
parent29588460f3e1bd64a8624d24d7d867e773a3f485 (diff)
downloadxen-ef3d5e2dfa914e8777d5258b9550c56ad3f6d47a.tar.gz
xen-ef3d5e2dfa914e8777d5258b9550c56ad3f6d47a.tar.bz2
xen-ef3d5e2dfa914e8777d5258b9550c56ad3f6d47a.zip
Fix ia64 public headers installation typo.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Diffstat (limited to 'tools/include')
-rw-r--r--tools/include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/include/Makefile b/tools/include/Makefile
index 1fa82ca1cb..2636101efa 100644
--- a/tools/include/Makefile
+++ b/tools/include/Makefile
@@ -29,7 +29,7 @@ install: all
$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/xsm
$(INSTALL_DATA) xen/COPYING $(DESTDIR)$(INCLUDEDIR)/xen
$(INSTALL_DATA) xen/*.h $(DESTDIR)$(INCLUDEDIR)/xen
- $(INSTALL_DATA) xen/arch-ia64/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-x86
+ $(INSTALL_DATA) xen/arch-ia64/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-ia64
$(INSTALL_DATA) xen/arch-x86/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-x86
$(INSTALL_DATA) xen/foreign/*.h $(DESTDIR)$(INCLUDEDIR)/xen/foreign
$(INSTALL_DATA) xen/hvm/*.h $(DESTDIR)$(INCLUDEDIR)/xen/hvm