Fixed editing error in previous commit (*blush*).
This commit is contained in:
parent
3915eeb59d
commit
ff5250b3e7
@ -1,6 +1,6 @@
|
||||
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
||||
# $FreeBSD$
|
||||
|
||||
SRCS+= _ctx_start.S _setjmp.S alloca.S S fabs.S frexp.c getcontext.\
|
||||
SRCS+= _ctx_start.S _setjmp.S alloca.S fabs.S frexp.c getcontext.S \
|
||||
infinity.c isinf.c ldexp.c makecontext.c modf.S \
|
||||
rfork_thread.S setjmp.S signalcontext.c sigsetjmp.S swapcontext.c
|
||||
|
@ -1,6 +1,6 @@
|
||||
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
||||
# $FreeBSD$
|
||||
|
||||
SRCS+= _ctx_start.S _setjmp.S alloca.S S fabs.S frexp.c getcontext.\
|
||||
SRCS+= _ctx_start.S _setjmp.S alloca.S fabs.S frexp.c getcontext.S \
|
||||
infinity.c isinf.c ldexp.c makecontext.c modf.S \
|
||||
rfork_thread.S setjmp.S signalcontext.c sigsetjmp.S swapcontext.c
|
||||
|
Loading…
Reference in New Issue
Block a user