1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-23 07:31:31 +00:00

Updated and new Makefile.depend files

Reviewd by:	stevek
This commit is contained in:
Simon J. Gerraty 2024-10-16 09:22:17 -07:00
parent b3e7d4b67c
commit 45fe5580cd
3 changed files with 18 additions and 4 deletions

View File

@ -0,0 +1,14 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
include \
include/xlocale \
lib/libc++ \
lib/msun \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif

View File

@ -4,9 +4,9 @@ DIRDEPS = \
include \ include \
include/xlocale \ include/xlocale \
lib/${CSU_DIR} \ lib/${CSU_DIR} \
lib/clang/libclang.amd64 \ lib/clang/libclang \
lib/clang/liblldb.amd64 \ lib/clang/liblldb \
lib/clang/libllvm.amd64 \ lib/clang/libllvm \
lib/libc \ lib/libc \
lib/libc++ \ lib/libc++ \
lib/libcompiler_rt \ lib/libcompiler_rt \

View File

@ -11,7 +11,7 @@ DIRDEPS = \
lib/libcxxrt \ lib/libcxxrt \
lib/libjail \ lib/libjail \
lib/liblua \ lib/liblua \
lib/liblutok.amd64 \ lib/liblutok \
lib/libsqlite3 \ lib/libsqlite3 \
lib/msun \ lib/msun \