Module Name:    src
Committed By:   christos
Date:           Sun Dec 27 21:37:50 UTC 2015

Modified Files:
        src/tools/libctf: Makefile

Log Message:
libelf has moved.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tools/libctf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/libctf/Makefile
diff -u src/tools/libctf/Makefile:1.5 src/tools/libctf/Makefile:1.6
--- src/tools/libctf/Makefile:1.5	Sun Dec 16 01:47:39 2012
+++ src/tools/libctf/Makefile	Sun Dec 27 16:37:50 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2012/12/16 06:47:39 apb Exp $
+#	$NetBSD: Makefile,v 1.6 2015/12/27 21:37:50 christos Exp $
 
 HOSTLIB=	ctf
 
@@ -18,7 +18,7 @@ SRCS=		ctf_create.c \
 
 OSNETDIR=	${.CURDIR}/../../external/cddl/osnet
 OPENSOLARIS_DISTDIR= ${OSNETDIR}/dist
-LIBELF_DIR=	${.CURDIR}/../../external/bsd/libelf/dist
+LIBELF_DIR=	${.CURDIR}/../../external/bsd/elftoolchain/dist/libelf
 
 CPPFLAGS+=	-DCTF_OLD_VERSIONS
 

Reply via email to