Back out last commit -- it breaks sparc64 build which has
more than one .c file in SRCS.
This commit is contained in:
parent
f337cc48b9
commit
130dc0a6e8
@ -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