Module Name:    src
Committed By:   matt
Date:           Fri Jul 20 14:59:34 UTC 2012

Modified Files:
        src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot

Log Message:
Add missing ${_MKTARGET_LINK}


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot

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/evbarm/stand/gzboot/Makefile.gzboot
diff -u src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.17 src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.18
--- src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.17	Sat Jan 22 19:19:17 2011
+++ src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot	Fri Jul 20 14:59:33 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.gzboot,v 1.17 2011/01/22 19:19:17 joerg Exp $
+#	$NetBSD: Makefile.gzboot,v 1.18 2012/07/20 14:59:33 matt Exp $
 
 NOMAN=  # defined
 
@@ -116,5 +116,6 @@ FILES=	${PROGSYM}
 .include <bsd.prog.mk>
 
 ${PROGSYM}: ${STARTFILE} ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
+	${_MKTARGET_LINK}
 	${LD} -o ${.TARGET} ${LDFLAGS} ${STARTFILE} \
 	    ${OBJS} ${LIBLIST} > ${BASE}.list

Reply via email to