From 444085826cc0a5ee2f698a5806e1d9eb23cf2151 Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 1 Jul 1996 06:34:27 +0000 Subject: Whups! Missed a ${.OBJDIR} here. --- eBones/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eBones') diff --git a/eBones/Makefile.inc b/eBones/Makefile.inc index 8d37845..66f5360 100644 --- a/eBones/Makefile.inc +++ b/eBones/Makefile.inc @@ -1,5 +1,5 @@ # From: @(#)Makefile.inc 5.1 (Berkeley) 6/25/90 -# $Id: Makefile.inc,v 1.10 1996/02/11 08:51:47 markm Exp $ +# $Id: Makefile.inc,v 1.11 1996/06/24 04:22:24 jkh Exp $ DISTRIBUTION= krb @@ -16,7 +16,7 @@ KRBOBJDIR= ${.CURDIR}/../../lib/libkrb .endif .if exists(${.OBJDIR}/../../lib/libkdb) -KDBOBJDIR= ${.CURDIR}/../../lib/libkdb +KDBOBJDIR= ${.OBJDIR}/../../lib/libkdb .else KDBOBJDIR= ${.CURDIR}/../../lib/libkdb .endif -- cgit v1.1