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:
ru 2004-09-10 06:48:04 +00:00
parent 3deecb5cd5
commit 1cc0960868

View File

@ -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}