summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-12-14 15:09:11 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-12-14 15:09:11 -0800
commit61a81029ee38a684199425ab839956204da8b293 (patch)
tree0dd61de1ec25d649136b1844c2fba5a92c9e0659 /Makefile
parent5cb7ed6d5da9cbeeb328bb62260a242f76884c66 (diff)
downloadsyslinux-61a81029ee38a684199425ab839956204da8b293.tar.gz
Create libinstaller; actually implement boot-once for extlinux
--once now supported for extlinux; some infrastructure for syslinux there as well, need implementation in all the various installers, however.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73b06b42..931af2ad 100644
--- a/Makefile
+++ b/Makefile
@@ -181,7 +181,7 @@ extlinux_bss_bin.c: extlinux.bss bin2c.pl
$(PERL) bin2c.pl extlinux_bootsect < $< > $@
extlinux_sys_bin.c: extlinux.sys bin2c.pl
- $(PERL) bin2c.pl extlinux_image < $< > $@
+ $(PERL) bin2c.pl extlinux_image 512 < $< > $@
libsyslinux.a: bootsect_bin.o ldlinux_bin.o mbr_bin.o syslxmod.o
rm -f $@