Module Name:    src
Committed By:   matt
Date:           Thu Aug 16 16:23:32 UTC 2012

Modified Files:
        src/sys/arch/acorn26/stand: Makefile.buildboot

Log Message:
Add ${_MKTARGET_LINK}


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/acorn26/stand/Makefile.buildboot

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/acorn26/stand/Makefile.buildboot
diff -u src/sys/arch/acorn26/stand/Makefile.buildboot:1.12 src/sys/arch/acorn26/stand/Makefile.buildboot:1.13
--- src/sys/arch/acorn26/stand/Makefile.buildboot:1.12	Sat Jan 22 19:19:14 2011
+++ src/sys/arch/acorn26/stand/Makefile.buildboot	Thu Aug 16 16:23:32 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.buildboot,v 1.12 2011/01/22 19:19:14 joerg Exp $
+#	$NetBSD: Makefile.buildboot,v 1.13 2012/08/16 16:23:32 matt Exp $
 
 S?=	${.CURDIR}/../../../..
 
@@ -73,6 +73,7 @@ RELOC=8000
 LINKFLAGS=-N
 
 ${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} ${LIBRISCOS}
+	${_MKTARGET_LINK}
 	${LD} -o ${.TARGET} ${LINKFLAGS} -Ttext ${RELOC} ${OBJS} \
 	    ${LIBSA} ${LIBZ} ${LIBKERN} ${LIBRISCOS} ${LIBSA}
 	${SIZE} ${.TARGET}

Reply via email to