git: 5022d54e061a - main - Makefile.boot: Fix copy/paste error in LIBNV's crossbuild override
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Dec 2021 19:17:02 UTC
The branch main has been updated by jrtc27:
URL: https://cgit.FreeBSD.org/src/commit/?id=5022d54e061a91b8ccc6a621ceb94ba9e56209c4
commit 5022d54e061a91b8ccc6a621ceb94ba9e56209c4
Author: Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2021-12-06 18:01:37 +0000
Commit: Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2021-12-06 19:16:27 +0000
Makefile.boot: Fix copy/paste error in LIBNV's crossbuild override
Only noticed due to needing to change the surrounding lines, so
presumably nothing currently needs this.
MFC after: 1 week
---
tools/build/mk/Makefile.boot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/build/mk/Makefile.boot b/tools/build/mk/Makefile.boot
index 317f1816dbea..8ac360e663c9 100644
--- a/tools/build/mk/Makefile.boot
+++ b/tools/build/mk/Makefile.boot
@@ -23,7 +23,7 @@ LIBCPLUSPLUS:=
LIBARCHIVE:=
LIBPTHREAD:=
LIBMD:=${WORLDTMP}/legacy/usr/lib/libmd.a
-LIBNV:=${WORLDTMP}/legacy/usr/lib/libmd.a
+LIBNV:=${WORLDTMP}/legacy/usr/lib/libnv.a
LIBSBUF:=${WORLDTMP}/legacy/usr/lib/libsbuf.a
LIBY:=${WORLDTMP}/legacy/usr/lib/liby.a
LIBL:=${WORLDTMP}/legacy/usr/lib/libl.a