Minor tweak to finding BEG/END source.
This commit is contained in:
parent
feaa2b360f
commit
1d2c824f26
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user