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.
This commit is contained in:
lukem 2020-06-21 06:58:16 +00:00
parent 6445c9ec5a
commit a41884d4ca
1 changed files with 3 additions and 1 deletions

View File

@ -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