Module Name:    src
Committed By:   christos
Date:           Sun May  7 22:01:54 UTC 2017

Modified Files:
        src/lib/libm/complex: Makefile.inc

Log Message:
Add the imprecise catrigl functions back.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libm/complex/Makefile.inc

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

Modified files:

Index: src/lib/libm/complex/Makefile.inc
diff -u src/lib/libm/complex/Makefile.inc:1.9 src/lib/libm/complex/Makefile.inc:1.10
--- src/lib/libm/complex/Makefile.inc:1.9	Mon Sep 19 18:05:05 2016
+++ src/lib/libm/complex/Makefile.inc	Sun May  7 18:01:54 2017
@@ -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 @@ MLINKS+= ${i:Ncatrig*:Ncephes_*:S/.c/.3/
 .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/}

Reply via email to