mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Minor tweak to finding BEG/END source.
This commit is contained in:
parent
feaa2b360f
commit
1d2c824f26
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue