Minor tweak to finding BEG/END source.

This commit is contained in:
David E. O'Brien 2007-10-12 18:14:41 +00:00
parent feaa2b360f
commit 1d2c824f26
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172594

View File

@ -35,8 +35,8 @@ SRCS+= crtsavres.asm
TGTOBJS= crtfastmath.o
SRCS+= crtfastmath.c
.endif
BEGINSRC?= crtstuff.c
ENDSRC?= crtstuff.c
BEGINSRC?= ${SRCS:M*.c}
ENDSRC?= ${SRCS:M*.c}
all: ${OBJS} ${SOBJS} ${TGTOBJS}
${OBJS} ${SOBJS}: ${SRCS:M*.h}