From cf13852bab8be3d262dd8fd4622755345f4f9ca3 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 20 May 2015 18:41:54 +0000 Subject: [PATCH] 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 --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 11e83a92c330..4d43cce14e67 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++