aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-02-23 06:46:04 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-02-23 06:46:04 +0000
commit3e3b7072486555e5b6c27faa54d04d0bd43b47be (patch)
treeeca4a64e1bd8885b1a5f51719c3a7168d11a3f74 /Makefile.inc1
parentaebc0e35791b802b70b0769721aa9f690089e12d (diff)
downloadsrc-3e3b7072486555e5b6c27faa54d04d0bd43b47be.tar.gz
src-3e3b7072486555e5b6c27faa54d04d0bd43b47be.zip
Fill in missing dependencies for dtrace related tools so the bootstrap-tools
compiles properly on older hosts Pointyhat to: me X-MFC with: r279197 MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=279198
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7ebe098ec452..38b3b2baa0ec 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1307,6 +1307,9 @@ _elftoolchain_libs= lib/libelf lib/libdwarf
.if ${MK_CDDL} != "no"
_dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf cddl/usr.bin/ctfconvert \
cddl/usr.bin/ctfmerge
+
+${_bt}-cddl/usr.bin/ctfconvert: ${_bt}-lib/libelf ${_bt}-lib/libdwarf ${_bt}-cddl/lib/libctf
+${_bt}-cddl/usr.bin/ctfmerge: ${_bt}-lib/libelf ${_bt}-lib/libdwarf ${_bt}-cddl/lib/libctf
.endif
.endif