summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-05-20 18:41:54 +0000
committerngie <ngie@FreeBSD.org>2015-05-20 18:41:54 +0000
commit4a62f9d9f7598e5cadce4fe11ac0758943ef5059 (patch)
tree98febd456d2b4cc606ab7fbb4d00bfb791c5769b /Makefile.inc1
parentb8874900232af6769378be3481b2dd6f665b0104 (diff)
downloadFreeBSD-src-4a62f9d9f7598e5cadce4fe11ac0758943ef5059.zip
FreeBSD-src-4a62f9d9f7598e5cadce4fe11ac0758943ef5059.tar.gz
Fix breakage I didn't fully solve in r283151 by depending on the .PHONY
target, not the directory when building libctf for libproc Reported by: many, Jenkins Submitted by: rodrigc
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 11e83a9..4d43cce 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1745,7 +1745,7 @@ _generic_libs+= ${_DIR}
lib/libopie__L lib/libtacplus__L: lib/libmd__L
lib/libproc__L: \
- ${_cddl_lib_libctf} lib/libelf__L lib/librtld_db__L lib/libutil__L
+ ${_cddl_lib_libctf:D${_cddl_lib_libctf}__L} lib/libelf__L lib/librtld_db__L lib/libutil__L
.if ${MK_CXX} != "no"
.if ${MK_LIBCPLUSPLUS} != "no"
lib/libproc__L: lib/libc++
OpenPOWER on IntegriCloud