Module Name: src
Committed By: tron
Date: Sun Apr 17 12:52:26 UTC 2011
Modified Files:
src/tools/libctf: Makefile
src/tools/libdwarf: Makefile
src/tools/libelf: Makefile
Log Message:
Set "HOSTLIB" before including "bsd.own.mk" to get the destination
directory checks to work properly.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tools/libctf/Makefile
cvs rdiff -u -r1.2 -r1.3 src/tools/libdwarf/Makefile
cvs rdiff -u -r1.4 -r1.5 src/tools/libelf/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.2 src/tools/libctf/Makefile:1.3
--- src/tools/libctf/Makefile:1.2 Sat Jun 19 23:11:10 2010
+++ src/tools/libctf/Makefile Sun Apr 17 12:52:26 2011
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2010/06/19 23:11:10 riz Exp $
-
-.include <bsd.own.mk>
+# $NetBSD: Makefile,v 1.3 2011/04/17 12:52:26 tron Exp $
HOSTLIB= ctf
+.include <bsd.own.mk>
+
SRCS= ctf_create.c \
ctf_decl.c \
ctf_error.c \
Index: src/tools/libdwarf/Makefile
diff -u src/tools/libdwarf/Makefile:1.2 src/tools/libdwarf/Makefile:1.3
--- src/tools/libdwarf/Makefile:1.2 Sat Jun 19 23:11:10 2010
+++ src/tools/libdwarf/Makefile Sun Apr 17 12:52:26 2011
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2010/06/19 23:11:10 riz Exp $
-
-.include <bsd.own.mk>
+# $NetBSD: Makefile,v 1.3 2011/04/17 12:52:26 tron Exp $
HOSTLIB=dwarf
+.include <bsd.own.mk>
+
SRCS= dwarf_abbrev.c \
dwarf_attr.c \
dwarf_attrval.c \
Index: src/tools/libelf/Makefile
diff -u src/tools/libelf/Makefile:1.4 src/tools/libelf/Makefile:1.5
--- src/tools/libelf/Makefile:1.4 Sat Jun 19 23:11:10 2010
+++ src/tools/libelf/Makefile Sun Apr 17 12:52:26 2011
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2010/06/19 23:11:10 riz Exp $
-
-.include <bsd.own.mk>
+# $NetBSD: Makefile,v 1.5 2011/04/17 12:52:26 tron Exp $
HOSTLIB= elf
+.include <bsd.own.mk>
+
SRCS= elf_begin.c \
elf_cntl.c \
elf_end.c elf_errmsg.c elf_errno.c \