Move old MBR into the MBR directory; fix old reference to mbr.bin
authorH. Peter Anvin <hpa@zytor.com>
Mon, 5 Feb 2007 00:01:09 +0000 (16:01 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 5 Feb 2007 00:01:09 +0000 (16:01 -0800)
Makefile
mbr/oldmbr.asm [moved from mbr.asm with 100% similarity]

index 5814897..0c58ca0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ INSTALL_BIN   =       mtools/syslinux gethostip ppmtolss16 lss16toppm
 INSTALL_SBIN  = extlinux/extlinux
 # Things to install in /usr/lib/syslinux
 INSTALL_AUX   =        pxelinux.0 isolinux.bin isolinux-debug.bin \
-               dos/syslinux.com copybs.com memdisk/memdisk mbr.bin
+               dos/syslinux.com copybs.com memdisk/memdisk mbr/mbr.bin
 INSTALL_AUX_OPT = win32/syslinux.exe
 
 # The DATE is set on the make command line when building binaries for
similarity index 100%
rename from mbr.asm
rename to mbr/oldmbr.asm