Module Name:    src
Committed By:   lukem
Date:           Sun Jun 21 06:58:16 UTC 2020

Modified Files:
        src/tests/lib/libm: Makefile

Log Message:
fix build of t_cabsl from t_cabsl.cxx

t_cabsl source is in t_cabsl.cxx not t_cabsl.cc - the latter
is what bsd.tests.mk defaults to.

This only broke after my commit of share/mk/bsd.dep.mk rev 1.85
but I don't know why it didn't cause a problem previously.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/tests/lib/libm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libm/Makefile
diff -u src/tests/lib/libm/Makefile:1.46 src/tests/lib/libm/Makefile:1.47
--- src/tests/lib/libm/Makefile:1.46	Fri Apr 26 08:52:16 2019
+++ src/tests/lib/libm/Makefile	Sun Jun 21 06:58:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2019/04/26 08:52:16 maya Exp $
+# $NetBSD: Makefile,v 1.47 2020/06/21 06:58:16 lukem Exp $
 
 .include <bsd.own.mk>
 
@@ -46,6 +46,8 @@ TESTS_C+=	t_tan
 TESTS_C+=	t_tanh
 TESTS_CXX+=	t_cabsl
 
+SRCS.t_cabsl=	t_cabsl.cxx
+
 LDADD+=		-lm
 #COPTS+=	-Wfloat-equal
 

Reply via email to