mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Minor tweak to finding BEG/END source.
This commit is contained in:
parent
feaa2b360f
commit
1d2c824f26
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172594
@ -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