diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-09-09 20:47:58 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-09-09 20:47:58 +0000 |
| commit | d7ec0e6aca1ae694b7dc224c4f9b8bda194d9dd5 (patch) | |
| tree | d29cc9bf1d263af2d6b2f906ef287b6453b05819 /gnu/lib/csu | |
| parent | 7e76a985ca0fecb81b8fc568eebda23d94095b24 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/csu')
| -rw-r--r-- | gnu/lib/csu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 14be4c124954..8506dedb3ab7 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 |
