summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libm/double/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/double/Makefile b/libm/double/Makefile
index 9eab8ef81..a53b44d2e 100644
--- a/libm/double/Makefile
+++ b/libm/double/Makefile
@@ -35,7 +35,7 @@ CSRC=acosh.c airy.c asin.c asinh.c atan.c atanh.c bdtr.c beta.c \
polevl.c polmisc.c polylog.c polyn.c pow.c powi.c psi.c rgamma.c round.c \
shichi.c sici.c sin.c sindg.c sinh.c spence.c stdtr.c struve.c \
tan.c tandg.c tanh.c unity.c yn.c zeta.c zetac.c \
- sqrt.c floor.c setprec.c mtherr.c noncephes.c rint.c
+ sqrt.c floor.c setprec.c mtherr.c noncephes.c
COBJS=$(patsubst %.c,%.o, $(CSRC))