mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-29 13:03:42 +01:00
Remove trailing whitespace in makefile
This commit is contained in:
parent
e2138aed2e
commit
ca3aaa3a82
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue