summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-09-10 06:48:04 +0000
committerru <ru@FreeBSD.org>2004-09-10 06:48:04 +0000
commit1cc09608683a2e94552f699893e87ae03f679560 (patch)
tree0675b9b6acd03fa6eb5a51165c22abbd4f5fbe52
parent3deecb5cd52190c4f2779b92625e86c06342f9c6 (diff)
downloadFreeBSD-src-1cc09608683a2e94552f699893e87ae03f679560.zip
FreeBSD-src-1cc09608683a2e94552f699893e87ae03f679560.tar.gz
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.
-rw-r--r--gnu/lib/csu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile
index 8506ded..3128219 100644
--- a/gnu/lib/csu/Makefile
+++ b/gnu/lib/csu/Makefile
@@ -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}
OpenPOWER on IntegriCloud