diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-02-04 16:01:09 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-02-04 16:01:09 -0800 |
commit | 5a19d71bffdb6733685461d77233d18ff2f53abd (patch) | |
tree | eb899620130275b0c9794bf20af2eda42a277496 /Makefile | |
parent | 56810d7d98194e14c354ac58e1ac5b9d07ce6a2b (diff) | |
download | syslinux-5a19d71bffdb6733685461d77233d18ff2f53abd.tar.gz |
Move old MBR into the MBR directory; fix old reference to mbr.bin
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |