Add the .h files to the .o dependency lists so the .h's are created before

trying to build the .o's.
This commit is contained in:
David E. O'Brien 2004-09-09 20:47:58 +00:00
parent 7e76a985ca
commit d7ec0e6aca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135011

View File

@ -34,8 +34,8 @@ SRCS+= crtsavres.asm
TGTOBJS= crtfastmath.o
SRCS+= crtfastmath.c
.endif
BEGINSRC?= crtstuff.c
ENDSRC?= crtstuff.c
BEGINSRC?= ${SRCS}
ENDSRC?= ${SRCS}
all: ${OBJS} ${SOBJS} ${TGTOBJS}
${OBJS} ${SOBJS}: tm.h