From 269d3d2845edb23f725aae452cb8fd3b42f8ddad Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 15 Dec 1999 18:16:56 +0000 Subject: Add -L${DESTDIR}${LIBDIR} to ld's command line so that the right libstand is used. --- sys/boot/alpha/boot1/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/boot/alpha/boot1') diff --git a/sys/boot/alpha/boot1/Makefile b/sys/boot/alpha/boot1/Makefile index dd12ce6..f43cd5d 100644 --- a/sys/boot/alpha/boot1/Makefile +++ b/sys/boot/alpha/boot1/Makefile @@ -1,4 +1,5 @@ # $NetBSD: Makefile,v 1.15 1998/03/28 00:21:35 thorpej Exp $ +# $FreeBSD$ .include <../Makefile.inc> @@ -38,5 +39,6 @@ start.o: ${.CURDIR}/../libalpha/start.S ${PROG}.sym: ${OBJS} ${LIBKERN} ${LD} -M -Ttext ${BOOT_RELOC} -N -e start -o ${PROG}.sym ${OBJS} \ - ${LIBSTAND} ${LIBALPHA} ${LIBSTAND} > ${.OBJDIR}/${PROG}.list + -L${DESTDIR}${LIBDIR} ${LIBSTAND} ${LIBALPHA} ${LIBSTAND} \ + > ${.OBJDIR}/${PROG}.list size ${PROG}.sym -- cgit v1.1