Fix a problem mentioned in the previous revision in a different,
non-intrusive way. This should also fix the PowerPC build that broke due to this change.
This commit is contained in:
parent
3deecb5cd5
commit
1cc0960868
@ -34,11 +34,11 @@ SRCS+= crtsavres.asm
|
||||
TGTOBJS= crtfastmath.o
|
||||
SRCS+= crtfastmath.c
|
||||
.endif
|
||||
BEGINSRC?= ${SRCS}
|
||||
ENDSRC?= ${SRCS}
|
||||
BEGINSRC?= crtstuff.c
|
||||
ENDSRC?= crtstuff.c
|
||||
|
||||
all: ${OBJS} ${SOBJS} ${TGTOBJS}
|
||||
${OBJS} ${SOBJS}: tm.h
|
||||
${OBJS} ${SOBJS}: ${SRCS:M*.h}
|
||||
|
||||
CLEANFILES= ${OBJS} ${SOBJS} ${TGTOBJS}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user