Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet/usr.bin/ctfdump relative .PATH



details:   https://anonhg.NetBSD.org/src/rev/5a65a54f5530
branches:  trunk
changeset: 753618:5a65a54f5530
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 03 18:50:43 2010 +0000

description:
relative .PATH

diffstat:

 external/cddl/osnet/usr.bin/ctfdump/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 7f95a375f05a -r 5a65a54f5530 external/cddl/osnet/usr.bin/ctfdump/Makefile
--- a/external/cddl/osnet/usr.bin/ctfdump/Makefile      Sat Apr 03 18:43:54 2010 +0000
+++ b/external/cddl/osnet/usr.bin/ctfdump/Makefile      Sat Apr 03 18:50:43 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2010/02/21 01:46:36 darran Exp $
+#      $NetBSD: Makefile,v 1.3 2010/04/03 18:50:43 christos Exp $
 
 # $FreeBSD: src/cddl/usr.bin/ctfdump/Makefile,v 1.1.4.1 2009/08/03 08:13:06 kensmith Exp $
 
@@ -25,8 +25,8 @@
 LDADD+=                -L${NETBSDSRCDIR}/external/bsd/libelf/lib
 LDADD+=                -lelf -lz
 
-.PATH:         ${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common
-.PATH:         ${OPENSOLARIS_USR_DISTDIR}/tools/ctf/dump
+.PATH:         ${.CURDIR}/../../dist/tools/ctf/common
+.PATH:         ${.CURDIR}/../../dist/tools/ctf/dump
 
 MKMAN=         no
 



Home | Main Index | Thread Index | Old Index