Fixed unsorting and splitting of SRCS in previous commit.

This commit is contained in:
Bruce Evans 2002-01-11 17:10:35 +00:00
parent aa989c61f1
commit b9c35b6942
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89267
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