Module Name:    src
Committed By:   matt
Date:           Sat Sep  1 00:29:01 UTC 2012

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

Log Message:
Add ${_MKTARGET_LINK}


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/bebox/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/bebox/stand/boot/Makefile
diff -u src/sys/arch/bebox/stand/boot/Makefile:1.31 src/sys/arch/bebox/stand/boot/Makefile:1.32
--- src/sys/arch/bebox/stand/boot/Makefile:1.31	Sat Jan 22 19:19:16 2011
+++ src/sys/arch/bebox/stand/boot/Makefile	Sat Sep  1 00:29:00 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.31 2011/01/22 19:19:16 joerg Exp $
+#	$NetBSD: Makefile,v 1.32 2012/09/01 00:29:00 matt Exp $
 
 NOMAN= # defined
 
@@ -78,6 +78,7 @@ vers.c: ${.CURDIR}/../boot/version
 	    ${.CURDIR}/../boot/version "bebox" ${NEWVERSWHAT}
 
 ${PROG}: ${OBJS} ${LIBS}
+	${_MKTARGET_LINK}
 	${LD} -o ${PROG}.elf -N -T ${.CURDIR}/../boot/ld.script \
 		-Ttext ${RELOC} ${OBJS} ${LIBS}
 	${STRIP} -o ${PROG} ${PROG}.elf

Reply via email to