From 5a19d71bffdb6733685461d77233d18ff2f53abd Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sun, 4 Feb 2007 16:01:09 -0800 Subject: [PATCH] Move old MBR into the MBR directory; fix old reference to mbr.bin --- Makefile | 2 +- mbr.asm => mbr/oldmbr.asm | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename mbr.asm => mbr/oldmbr.asm (100%) diff --git a/Makefile b/Makefile index 5814897..0c58ca0 100644 --- 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 diff --git a/mbr.asm b/mbr/oldmbr.asm similarity index 100% rename from mbr.asm rename to mbr/oldmbr.asm -- 2.7.4