Module Name: src
Committed By: christos
Date: Tue Apr 9 22:38:17 UTC 2024
Modified Files:
src/external/mit/libuv/lib: Makefile
Log Message:
Now that the bug in bsd.lib.mk, MAKELINKLIB is not needed anymore (as it
should not be). Pointed out by kre@
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/mit/libuv/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/libuv/lib/Makefile
diff -u src/external/mit/libuv/lib/Makefile:1.9 src/external/mit/libuv/lib/Makefile:1.10
--- src/external/mit/libuv/lib/Makefile:1.9 Fri Apr 5 08:03:24 2024
+++ src/external/mit/libuv/lib/Makefile Tue Apr 9 18:38:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/04/05 12:03:24 kre Exp $
+# $NetBSD: Makefile,v 1.10 2024/04/09 22:38:17 christos Exp $
LIBISPRIVATE=pic
@@ -8,7 +8,6 @@ MKLINT= no
LIB= uv
MAKESTATICLIB=yes
-MAKELINKLIB=yes
.if ${LIBISPRIVATE:Uno} == "no"
INCS= uv.h uv/unix.h uv/bsd.h uv/errno.h uv/version.h uv/threadpool.h