Fix build by escaping a line break.

PR:		225597
Submitted by:	cbnfinley at gmail.com
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2018-01-31 21:41:42 +00:00
parent 7d1460a4b1
commit 9de4d0b11e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328637

View file

@ -35,7 +35,7 @@ SRCS+= s_scalbnf.c
# Don't include long double routines on architectures where long double
# is the same size as double.
.if ${MACHINE_CPUARCH} != "mips" && ${MACHINE_CPUARCH} != "arm" &&
.if ${MACHINE_CPUARCH} != "mips" && ${MACHINE_CPUARCH} != "arm" && \
${MACHINE_CPUARCH} != "powerpc"
SRCS+= s_fmaxl.c
SRCS+= s_logbl.c