Source-Changes-HG archive

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

[src/trunk]: src/lib/libm/complex Add the imprecise catrigl functions back.



details:   https://anonhg.NetBSD.org/src/rev/e4976af15eca
branches:  trunk
changeset: 823766:e4976af15eca
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 07 22:01:54 2017 +0000

description:
Add the imprecise catrigl functions back.

diffstat:

 lib/libm/complex/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f26ab4cb17ed -r e4976af15eca lib/libm/complex/Makefile.inc
--- a/lib/libm/complex/Makefile.inc     Sun May 07 21:59:06 2017 +0000
+++ b/lib/libm/complex/Makefile.inc     Sun May 07 22:01:54 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.9 2016/09/19 22:05:05 christos Exp $
+# $NetBSD: Makefile.inc,v 1.10 2017/05/07 22:01:54 christos Exp $
 
 .PATH: ${.CURDIR}/complex
 
@@ -17,6 +17,7 @@
 .endfor
 
 .for i in ${CATRIG_SRCS}
+SRCS+= ${i:S/.c/l.c/}
 MAN+= ${i:S/.c/.3/}
 MLINKS+= ${i:S/.c/.3/} ${i:S/.c/f.3/}
 MLINKS+= ${i:S/.c/.3/} ${i:S/.c/l.3/}



Home | Main Index | Thread Index | Old Index