mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue