summaryrefslogtreecommitdiff
path: root/lib/libssl
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2004-08-05 01:24:02 +0000
committerlukem <lukem@NetBSD.org>2004-08-05 01:24:02 +0000
commit0632d7cdd044bcd9bef300407c2b87ba5a3afdcd (patch)
tree5a1d9d03efb3ad88290094c77ac593672edc55e6 /lib/libssl
parent91ee88d04d5ca89c4c1d17f1c0adff2cee4a3214 (diff)
Need to prefix relative directories with `${.CURDIR}/' so that
objdir builds in the src tree (i.e, without MAKEOBJDIR{,PREFIX}) work. Fixes problem noted by Hisashi T Fujinaka.
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile
index 7cd6578b891..eba8c6ef698 100644
--- a/lib/libssl/Makefile
+++ b/lib/libssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/08/04 08:04:25 lukem Exp $
+# $NetBSD: Makefile,v 1.11 2004/08/05 01:24:02 lukem Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -31,7 +31,7 @@ CRYPTODIST= ${NETBSDSRCDIR}/crypto/dist
.include "srcs.inc"
-LIBDPLIBS=crypto ../libcrypto
+LIBDPLIBS=crypto ${.CURDIR}/../libcrypto
# XXX
.if ${OBJECT_FMT} == "ELF"