Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/gen/posix_spawn Fix linking for multi-source ...



details:   https://anonhg.NetBSD.org/src/rev/46554ad66377
branches:  trunk
changeset: 1024874:46554ad66377
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Nov 07 18:05:36 2021 +0000

description:
Fix linking for multi-source file tests, the second part of the tuple
needs to be the C source file (not the base name)

diffstat:

 tests/lib/libc/gen/posix_spawn/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r f55b0a0ed869 -r 46554ad66377 tests/lib/libc/gen/posix_spawn/Makefile
--- a/tests/lib/libc/gen/posix_spawn/Makefile   Sun Nov 07 17:17:24 2021 +0000
+++ b/tests/lib/libc/gen/posix_spawn/Makefile   Sun Nov 07 18:05:36 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/11/07 15:46:20 christos Exp $
+# $NetBSD: Makefile,v 1.4 2021/11/07 18:05:36 martin Exp $
 
 NOMAN=         # defined
 WARNS=4
@@ -11,8 +11,8 @@
 TESTS_C+=      t_fileactions
 TESTS_C+=      t_spawnattr
 
-SRCS.t_spawn += t_spawn fa_spawn_utils
-SRCS.t_fileactions += t_fileactions fa_spawn_utils
+SRCS.t_spawn += t_spawn fa_spawn_utils.c
+SRCS.t_fileactions += t_fileactions fa_spawn_utils.c
 
 BINDIR=                ${TESTSDIR}
 SCRIPTSDIR=    ${TESTSDIR}



Home | Main Index | Thread Index | Old Index