Back out last commit -- it breaks sparc64 build which has

more than one .c file in SRCS.
This commit is contained in:
ru 2007-10-13 05:50:43 +00:00
parent f337cc48b9
commit 130dc0a6e8

View File

@ -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}