Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl/osnet/lib/libctf use relative .PATH, and remov...
details: https://anonhg.NetBSD.org/src/rev/cea8089c770d
branches: trunk
changeset: 753615:cea8089c770d
user: christos <christos%NetBSD.org@localhost>
date: Sat Apr 03 18:35:49 2010 +0000
description:
use relative .PATH, and remove one that is not needed.
diffstat:
external/cddl/osnet/lib/libctf/Makefile | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (21 lines):
diff -r f37d52e7f8dc -r cea8089c770d external/cddl/osnet/lib/libctf/Makefile
--- a/external/cddl/osnet/lib/libctf/Makefile Sat Apr 03 18:34:19 2010 +0000
+++ b/external/cddl/osnet/lib/libctf/Makefile Sat Apr 03 18:35:49 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/02/21 01:46:35 darran Exp $
+# $NetBSD: Makefile,v 1.3 2010/04/03 18:35:49 christos Exp $
# $FreeBSD: src/cddl/lib/libctf/Makefile,v 1.2.2.1 2009/08/03 08:13:06 kensmith Exp $
@@ -18,9 +18,8 @@
ctf_types.c \
ctf_util.c
-.PATH: ${OPENSOLARIS_USR_DISTDIR}/common/ctf
-.PATH: ${OPENSOLARIS_USR_DISTDIR}/lib/libctf/common
-.PATH: ${OPENSOLARIS_SYS_DISTDIR}/common/ctf
+.PATH: ${.CURDIR}/../../dist/common/ctf
+.PATH: ${.CURDIR}/../../dist/lib/libctf/common
CFLAGS+= -DCTF_OLD_VERSIONS
Home |
Main Index |
Thread Index |
Old Index