Fixed unsorting and splitting of SRCS in previous commit.

This commit is contained in:
bde 2002-01-11 17:10:35 +00:00
parent c04de2411b
commit dc0928a2d4
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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