mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Back out last commit -- it breaks sparc64 build which has
more than one .c file in SRCS.
This commit is contained in:
parent
e08d902a7a
commit
281fc7f295
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172609
@ -35,8 +35,8 @@ SRCS+= crtsavres.asm
|
||||
TGTOBJS= crtfastmath.o
|
||||
SRCS+= crtfastmath.c
|
||||
.endif
|
||||
BEGINSRC?= ${SRCS:M*.c}
|
||||
ENDSRC?= ${SRCS:M*.c}
|
||||
BEGINSRC?= crtstuff.c
|
||||
ENDSRC?= crtstuff.c
|
||||
|
||||
all: ${OBJS} ${SOBJS} ${TGTOBJS}
|
||||
${OBJS} ${SOBJS}: ${SRCS:M*.h}
|
||||
|
Loading…
Reference in New Issue
Block a user