Skip to content

Commit b269563

Browse files
committed
Don't use --target, because this sets both the input and the output format,
and now 2.46 does not auto-recognize the input anymore. use --output-target \ instead.
1 parent 9c6226d commit b269563

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sys/arch/i386/stand/efiboot/Makefile.efiboot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile.efiboot,v 1.23 2024/06/29 07:52:16 rin Exp $
1+
# $NetBSD: Makefile.efiboot,v 1.24 2026/02/14 23:28:56 christos Exp $
22

33
S= ${.CURDIR}/../../../../..
44

@@ -133,7 +133,7 @@ CLEANFILES+= ${PROG}.so ${PROG}.tmp
133133
${PROG}: ${PROG}.so
134134
${OBJCOPY} -j .text -j .sdata -j .data -j .dynamic -j .dynsym \
135135
-j .rel -j .rel.* -j .rela -j .rela.* -j .reloc \
136-
--subsystem efi-app --target=${OBJFMT} ${PROG}.so ${.TARGET}
136+
--subsystem efi-app --output-target=${OBJFMT} ${PROG}.so ${.TARGET}
137137

138138
.include <bsd.prog.mk>
139139

0 commit comments

Comments
 (0)