Browse Source

Oops... forgot to remove rint.c from the makefile.

Manuel Novoa III 23 years ago
parent
commit
384a7491ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libm/double/Makefile

+ 1 - 1
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))