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:
Ruslan Ermilov 2004-09-10 06:48:04 +00:00
parent 312f18518e
commit 1754e424a6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135029

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}