diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-15 21:41:11 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-15 21:41:11 +0000 |
| commit | 2f67a9b3cd60dd468d20428e131317013f100837 (patch) | |
| tree | 0074a978010512c72e37d4776ef4285103a372af /lib/csu | |
| parent | 07e70b12fcd5ee391e018bf1c912b40417c0d365 (diff) | |
Notes
Diffstat (limited to 'lib/csu')
| -rw-r--r-- | lib/csu/sparc64/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile index a2d6890c2597..73c64c0ba898 100644 --- a/lib/csu/sparc64/Makefile +++ b/lib/csu/sparc64/Makefile @@ -3,9 +3,10 @@ .PATH: ${.CURDIR}/../common SRCS= crt1.c crtbegin.c crtend.c -OBJS= crt1.o crtbegin.o crtend.o +OBJS= ${SRCS:N*.h:R:S/$/.o/g} OBJS+= gcrt1.o SOBJS= crtbegin.So crtend.So +CFLAGS+= -I${.CURDIR}/../common NOMAN= true NOPIC= true NOPROFILE= true |
