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

more than one .c file in SRCS.
This commit is contained in:
Ruslan Ermilov 2007-10-13 05:50:43 +00:00
parent e08d902a7a
commit 281fc7f295
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172609

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}