From: Konrad Rzeszutek Wilk Date: Fri, 17 Dec 2010 19:21:19 +0000 (-0500) Subject: syslinux mboot. wrong dir. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f3f71e7200e7206ba71b130c347aba72dbfb1dd1;p=xentesttools%2Fbootstrap.git syslinux mboot. wrong dir. --- diff --git a/Makefile b/Makefile index da2ce3e..0ce21c1 100644 --- a/Makefile +++ b/Makefile @@ -257,7 +257,7 @@ NEB_TARGETS = linux-dist xen-dist root_image-dist .PHONY: xtt-common xtt-common: $(NEB_TARGETS) $(INSTALL_DATA) syslinux/com32/modules/*.c32 dist/common/ - $(INSTALL_DATA) syslinux/com32/modules/mboot/*.c32 dist/common/ + $(INSTALL_DATA) syslinux/com32/mboot/*.c32 dist/common/ $(INSTALL_DATA) syslinux/com32/menu/*.c32 dist/common/ .PHONY: xtt-iso