Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/stand/gzboot Add missing ${_MKTARGET_LINK}



details:   https://anonhg.NetBSD.org/src/rev/4e153bc162b8
branches:  trunk
changeset: 780336:4e153bc162b8
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jul 20 14:59:33 2012 +0000

description:
Add missing ${_MKTARGET_LINK}

diffstat:

 sys/arch/evbarm/stand/gzboot/Makefile.gzboot |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r b2340f1a2346 -r 4e153bc162b8 sys/arch/evbarm/stand/gzboot/Makefile.gzboot
--- a/sys/arch/evbarm/stand/gzboot/Makefile.gzboot      Fri Jul 20 14:53:52 2012 +0000
+++ b/sys/arch/evbarm/stand/gzboot/Makefile.gzboot      Fri Jul 20 14:59:33 2012 +0000
@@ -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 @@
 .include <bsd.prog.mk>
 
 ${PROGSYM}: ${STARTFILE} ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
+       ${_MKTARGET_LINK}
        ${LD} -o ${.TARGET} ${LDFLAGS} ${STARTFILE} \
            ${OBJS} ${LIBLIST} > ${BASE}.list



Home | Main Index | Thread Index | Old Index