From 3d2cd03af248aef5e70fccafaa9d1819811b4182 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 9 Sep 2004 20:47:58 +0000 Subject: Add the .h files to the .o dependency lists so the .h's are created before trying to build the .o's. --- gnu/lib/csu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 14be4c1..8506ded 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -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 -- cgit v1.1