Fixed unsorting and splitting of SRCS in previous commit.
This commit is contained in:
parent
aa989c61f1
commit
b9c35b6942
@ -1,6 +1,6 @@
|
||||
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
||||
# $FreeBSD$
|
||||
|
||||
SRCS+= _setjmp.S alloca.S fabs.S frexp.c infinity.c isinf.c ldexp.c modf.S \
|
||||
SRCS+= _ctx_start.S _setjmp.S alloca.S getcontext.S fabs.S frexp.c \
|
||||
infinity.c isinf.c ldexp.c makecontext.c modf.S \
|
||||
rfork_thread.S setjmp.S sigsetjmp.S
|
||||
SRCS+= _ctx_start.S getcontext.S makecontext.c
|
||||
|
@ -1,6 +1,6 @@
|
||||
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
||||
# $FreeBSD$
|
||||
|
||||
SRCS+= _setjmp.S alloca.S fabs.S frexp.c infinity.c isinf.c ldexp.c modf.S \
|
||||
SRCS+= _ctx_start.S _setjmp.S alloca.S getcontext.S fabs.S frexp.c \
|
||||
infinity.c isinf.c ldexp.c makecontext.c modf.S \
|
||||
rfork_thread.S setjmp.S sigsetjmp.S
|
||||
SRCS+= _ctx_start.S getcontext.S makecontext.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user