diff --git a/scripts/templates/build.ninja.j2 b/scripts/templates/build.ninja.j2 index 85456b7..e3af2ac 100644 --- a/scripts/templates/build.ninja.j2 +++ b/scripts/templates/build.ninja.j2 @@ -190,8 +190,7 @@ build $builddir/fatroot/jsix.elf : cp $builddir/jsix.elf build $builddir/fatroot/efi/boot/bootx64.efi : cp $builddir/boot/boot.efi name = bootloader to FAT image -build ${builddir}/symbol_table.dat : makest ${builddir}/jsix.elf | $ - ${builddir}/native/makest +build ${builddir}/symbol_table.dat : makest ${builddir}/jsix.elf build $builddir/fatroot/initrd.img : makerd ${srcroot}/assets/initrd.toml | $ ${builddir}/native/makerd $