summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-02-04 16:01:09 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-02-04 16:01:09 -0800
commit5a19d71bffdb6733685461d77233d18ff2f53abd (patch)
treeeb899620130275b0c9794bf20af2eda42a277496
parent56810d7d98194e14c354ac58e1ac5b9d07ce6a2b (diff)
downloadsyslinux-5a19d71bffdb6733685461d77233d18ff2f53abd.tar.gz
Move old MBR into the MBR directory; fix old reference to mbr.bin
-rw-r--r--Makefile2
-rw-r--r--mbr/oldmbr.asm (renamed from mbr.asm)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5814897f..0c58ca00 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
index 31bf1fdf..31bf1fdf 100644
--- a/mbr.asm
+++ b/mbr/oldmbr.asm