Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jul 2010 02:22:32 +0000 (UTC)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210459 - head/sys/boot/pc98/loader
Message-ID:  <201007250222.o6P2MWFO007558@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nyan
Date: Sun Jul 25 02:22:32 2010
New Revision: 210459
URL: http://svn.freebsd.org/changeset/base/210459

Log:
  MFi386: revision 210387
  
    Correctly setup LDADD with regards to libstand.

Modified:
  head/sys/boot/pc98/loader/Makefile

Modified: head/sys/boot/pc98/loader/Makefile
==============================================================================
--- head/sys/boot/pc98/loader/Makefile	Sat Jul 24 23:41:09 2010	(r210458)
+++ head/sys/boot/pc98/loader/Makefile	Sun Jul 25 02:22:32 2010	(r210459)
@@ -94,6 +94,6 @@ FILES+=	${.CURDIR}/../../i386/loader/loa
 OBJS=	${BTXCRT} 
 
 DPADD=	${LIBFICL} ${LIBPC98} ${LIBSTAND}
-LDADD=	${LIBFICL} ${LIBPC98} -lstand
+LDADD=	${LIBFICL} ${LIBPC98} ${LIBSTAND}
 
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007250222.o6P2MWFO007558>