The branch main has been updated by sjg:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=45fe5580cdabc58c4f9392e72c02d1aefa542fb6

commit 45fe5580cdabc58c4f9392e72c02d1aefa542fb6
Author:     Simon J. Gerraty <s...@freebsd.org>
AuthorDate: 2024-10-16 16:22:17 +0000
Commit:     Simon J. Gerraty <s...@freebsd.org>
CommitDate: 2024-10-16 16:26:29 +0000

    Updated and new Makefile.depend files
    
    Reviewd by:     stevek
---
 lib/liblutok/Makefile.depend              | 14 ++++++++++++++
 usr.bin/clang/lldb-server/Makefile.depend |  6 +++---
 usr.bin/kyua/Makefile.depend              |  2 +-
 3 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/lib/liblutok/Makefile.depend b/lib/liblutok/Makefile.depend
new file mode 100644
index 000000000000..1cb182ef8ce1
--- /dev/null
+++ b/lib/liblutok/Makefile.depend
@@ -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
diff --git a/usr.bin/clang/lldb-server/Makefile.depend 
b/usr.bin/clang/lldb-server/Makefile.depend
index 07b6ab854d37..16db985d2ae3 100644
--- a/usr.bin/clang/lldb-server/Makefile.depend
+++ b/usr.bin/clang/lldb-server/Makefile.depend
@@ -4,9 +4,9 @@ DIRDEPS = \
        include \
        include/xlocale \
        lib/${CSU_DIR} \
-       lib/clang/libclang.amd64 \
-       lib/clang/liblldb.amd64 \
-       lib/clang/libllvm.amd64 \
+       lib/clang/libclang \
+       lib/clang/liblldb \
+       lib/clang/libllvm \
        lib/libc \
        lib/libc++ \
        lib/libcompiler_rt \
diff --git a/usr.bin/kyua/Makefile.depend b/usr.bin/kyua/Makefile.depend
index 6e6d14b76ecd..d6bfbeef15c5 100644
--- a/usr.bin/kyua/Makefile.depend
+++ b/usr.bin/kyua/Makefile.depend
@@ -11,7 +11,7 @@ DIRDEPS = \
        lib/libcxxrt \
        lib/libjail \
        lib/liblua \
-       lib/liblutok.amd64 \
+       lib/liblutok \
        lib/libsqlite3 \
        lib/msun \
 

Reply via email to