Module Name: src
Committed By: isaki
Date: Fri Sep 28 03:51:34 UTC 2018
Modified Files:
src/sys/arch/luna68k/stand/boot: Makefile
Log Message:
Add missing link message.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/luna68k/stand/boot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/luna68k/stand/boot/Makefile
diff -u src/sys/arch/luna68k/stand/boot/Makefile:1.14 src/sys/arch/luna68k/stand/boot/Makefile:1.15
--- src/sys/arch/luna68k/stand/boot/Makefile:1.14 Sun Nov 12 08:24:37 2017
+++ src/sys/arch/luna68k/stand/boot/Makefile Fri Sep 28 03:51:34 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/11/12 08:24:37 tsutsui Exp $
+# $NetBSD: Makefile,v 1.15 2018/09/28 03:51:34 isaki Exp $
# @(#)Makefile 8.2 (Berkeley) 8/15/93
NOMAN= # defined
@@ -78,6 +78,7 @@ LIBS= ${SALIB} ${ZLIB} ${KERNLIB}
.include "${S}/conf/newvers_stand.mk"
${PROG}: ${LDSCRIPT} ${OBJS} ${LIBS}
+ ${_MKTARGET_LINK}
${LD} ${LINKFORMAT} -x -o ${PROG}.elf ${OBJS} ${LIBS}
${ELF2AOUT} ${PROG}.elf ${PROG}.aout
mv ${PROG}.aout ${PROG}