Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/sys fix variable name



details:   https://anonhg.NetBSD.org/src/rev/d73c7d1ce687
branches:  trunk
changeset: 745422:d73c7d1ce687
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 01 20:24:07 2020 +0000

description:
fix variable name

diffstat:

 tests/lib/libc/sys/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 999198fe0c0f -r d73c7d1ce687 tests/lib/libc/sys/Makefile
--- a/tests/lib/libc/sys/Makefile       Sun Mar 01 20:19:54 2020 +0000
+++ b/tests/lib/libc/sys/Makefile       Sun Mar 01 20:24:07 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2020/03/01 18:08:15 christos Exp $
+# $NetBSD: Makefile,v 1.60 2020/03/01 20:24:07 christos Exp $
 
 MKMAN= no
 
@@ -98,7 +98,7 @@
 .if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
 CPPFLAGS.t_posix_fadvise.c += -D_KERNTYPES
 TESTS_C+=              t_posix_fadvise
-LDADD.t_posix_fadvise+= ${RUMPVFSLIB}
+LDADD.t_posix_fadvise+= ${LIBRUMPBASE}
 .endif
 
 CPPFLAGS.t_lwp_create.c                += -D_KERNTYPES



Home | Main Index | Thread Index | Old Index