db548a6148
librtld_db only needs libutil.h to build, not the libproc library. So it can safely use its header and allow libproc to depend on librtld_rb to be built first to link. This is required after fixing ld --sysroot in r291226. Sponsored by: EMC / Isilon Storage Division
24 lines
373 B
Makefile
24 lines
373 B
Makefile
# $FreeBSD$
|
|
# Autogenerated - do NOT edit!
|
|
|
|
DIRDEPS = \
|
|
cddl/lib/libctf \
|
|
gnu/lib/csu \
|
|
gnu/lib/libgcc \
|
|
include \
|
|
include/xlocale \
|
|
lib/${CSU_DIR} \
|
|
lib/libc \
|
|
lib/libcompiler_rt \
|
|
lib/libcxxrt \
|
|
lib/libelf \
|
|
lib/librtld_db \
|
|
lib/libutil \
|
|
|
|
|
|
.include <dirdeps.mk>
|
|
|
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
|
# local dependencies - needed for -jN in clean tree
|
|
.endif
|