Module Name: src
Committed By: christos
Date: Wed Jan 2 00:50:02 UTC 2019
Modified Files:
src/sys/arch/luna68k/stand/boot: Makefile
Log Message:
use the right version of ELF2AOUT
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 src/sys/arch/luna68k/stand/boot/Makefile:1.16
--- src/sys/arch/luna68k/stand/boot/Makefile:1.15 Thu Sep 27 23:51:34 2018
+++ src/sys/arch/luna68k/stand/boot/Makefile Tue Jan 1 19:50:02 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/09/28 03:51:34 isaki Exp $
+# $NetBSD: Makefile,v 1.16 2019/01/02 00:50:02 christos Exp $
# @(#)Makefile 8.2 (Berkeley) 8/15/93
NOMAN= # defined
@@ -80,7 +80,7 @@ LIBS= ${SALIB} ${ZLIB} ${KERNLIB}
${PROG}: ${LDSCRIPT} ${OBJS} ${LIBS}
${_MKTARGET_LINK}
${LD} ${LINKFORMAT} -x -o ${PROG}.elf ${OBJS} ${LIBS}
- ${ELF2AOUT} ${PROG}.elf ${PROG}.aout
+ ${M68K_ELF2AOUT} ${PROG}.elf ${PROG}.aout
mv ${PROG}.aout ${PROG}
CLEANFILES+= ${PROG}.aout ${PROG}.elf