From 3e3b7072486555e5b6c27faa54d04d0bd43b47be Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Mon, 23 Feb 2015 06:46:04 +0000 Subject: [PATCH] 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 --- Makefile.inc1 | 3 +++ 1 file changed, 3 insertions(+) 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