:: commit 5543f60954cb9a21fd7463fdb52ec598a87ed86d

mintsuki <mintsuki@protonmail.com> — 2021-03-20 13:17

parents: c89644b3d1

build: Ensure that limine-eltorito-efi.bin gets rebuilt when necessary

diff --git a/Makefile b/Makefile
index 62ab883e..affaede1 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ limine-bios: stage23-bios decompressor
 	cd stage1/pxe && nasm bootsect.asm -fbin -o ../../bin/limine-pxe.bin
 	cp build/stage23-bios/limine.sys ./bin/
 
-bin/limine-eltorito-efi.bin:
+bin/limine-eltorito-efi.bin: bin/BOOTX64.EFI
 	dd if=/dev/zero of=$@ bs=512 count=2880
 	mformat -i $@ -f 1440 ::
 	mmd -D s -i $@ ::/EFI
tab: 248 wrap: offon