Remove trailing whitespace in makefile

This commit is contained in:
Erik Schnetter 2014-09-19 11:48:43 -04:00
parent e2138aed2e
commit ca3aaa3a82
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ $(CUR_SRCS) = common.c \
ifneq ($(OS), WINNT)
$(CUR_SRCS) += s_nan.c
endif
endif
ifneq ($(ARCH), arm)
# C99 long double functions
$(CUR_SRCS) += s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c