Don't try to build s_nanl.c before it is committed.

This commit is contained in:
Bruce Evans 2007-12-17 13:20:38 +00:00
parent d60810f26e
commit 9ed67737f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174715

View File

@ -78,7 +78,7 @@ SYMBOL_MAPS= ${SYM_MAPS}
COMMON_SRCS+= s_copysignl.c s_fabsl.c s_modfl.c
.if ${LDBL_PREC} != 53
# If long double != double use these; otherwise, we alias the double versions.
COMMON_SRCS+= s_fmal.c s_frexpl.c s_logbl.c s_nanl.c \
COMMON_SRCS+= s_fmal.c s_frexpl.c s_logbl.c \
s_nextafterl.c s_nexttoward.c s_scalbnl.c
.endif