Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2002 18:49:15 -0800 (PST)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8531 for review
Message-ID:  <200203280249.g2S2nF312954@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8531

Change 8531 by obrien@obrien_trang on 2002/03/27 18:48:55

	.OBJDIR, not .CURDIR
	(tested with and w/o `make obj' first)

Affected files ...

... //depot/projects/sparc64/sys/boot/sparc64/loader/Makefile#19 edit

Differences ...

==== //depot/projects/sparc64/sys/boot/sparc64/loader/Makefile#19 (text+ko) ====

@@ -58,7 +58,7 @@
 LIBSTAND=	-lstand
 .endif
 .endif
-LIBOFW=		${.CURDIR}/../../ofw/libofw/libofw.a
+LIBOFW=		${.OBJDIR}/../../ofw/libofw/libofw.a
 CFLAGS+=	-I${.CURDIR}/../../../../lib/libstand/
 CFLAGS+=	-I${.CURDIR}/../../ofw/libofw/
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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