mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
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
This commit is contained in:
parent
963bc7a03f
commit
cf13852bab
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283159
@ -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++
|
||||
|
Loading…
Reference in New Issue
Block a user