Module Name:    src
Committed By:   christos
Date:           Wed Jan  2 00:48:13 UTC 2019

Modified Files:
        src/sys/arch/x68k/stand/boot: Makefile

Log Message:
use the right version of ELF2AOUT


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/x68k/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/x68k/stand/boot/Makefile
diff -u src/sys/arch/x68k/stand/boot/Makefile:1.29 src/sys/arch/x68k/stand/boot/Makefile:1.30
--- src/sys/arch/x68k/stand/boot/Makefile:1.29	Mon Dec 31 14:25:46 2018
+++ src/sys/arch/x68k/stand/boot/Makefile	Tue Jan  1 19:48:13 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.29 2018/12/31 19:25:46 christos Exp $
+#	$NetBSD: Makefile,v 1.30 2019/01/02 00:48:13 christos Exp $
 
 NOMAN=		# defined
 
@@ -55,7 +55,7 @@ ${PROG}:	${OBJS} ${LDLIBS}
 	${_MKTARGET_LINK}
 	${LD} ${LINKFLAGS} -o ${PROG}.sym ${OBJS} ${LDLIBS}
 	${STRIP} ${PROG}.sym -o ${PROG}.strip
-	${ELF2AOUT} ${PROG}.strip ${PROG}
+	${M68K_ELF2AOUT} ${PROG}.strip ${PROG}
 
 CLEANFILES+=	${PROG}.sym ${PROG}.strip
 

Reply via email to