From ef3d5e2dfa914e8777d5258b9550c56ad3f6d47a Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sun, 27 Jan 2008 16:44:04 +0000 Subject: Fix ia64 public headers installation typo. Signed-off-by: Alex Williamson --- tools/include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/include') 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 -- cgit v1.2.3