diff options
| author | John Polstra <jdp@FreeBSD.org> | 1999-01-09 21:51:00 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1999-01-09 21:51:00 +0000 |
| commit | f92bdbd010250afd474733d7a95fd0eb8fdfdd62 (patch) | |
| tree | 967a4d204bdc4169b0271757f5c8a8147dcefbf6 /lib/csu/i386-elf | |
| parent | af0ae9b1c25f376624403228a6df7d1fe863fb9d (diff) | |
Notes
Diffstat (limited to 'lib/csu/i386-elf')
| -rw-r--r-- | lib/csu/i386-elf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile index 6432efe1d939..ae195e85dfc3 100644 --- a/lib/csu/i386-elf/Makefile +++ b/lib/csu/i386-elf/Makefile @@ -1,11 +1,11 @@ # -# $Id: Makefile,v 1.1.1.1 1998/03/07 20:27:10 jdp Exp $ +# $Id: Makefile,v 1.2 1998/09/07 23:31:59 jdp Exp $ # SRCS= crt1.c crtbegin.c crtend.c crti.S crtn.S OBJS= ${SRCS:N*.h:R:S/$/.o/g} OBJS+= gcrt1.o -SOBJS= crtbegin.so crtend.so +SOBJS= crtbegin.So crtend.So CFLAGS+= -elf CFLAGS+= -Wall -Wno-unused LDFLAGS+= -elf @@ -22,7 +22,7 @@ gcrt1.o: crt1.c realinstall: .for file in ${OBJS} ${SOBJS} ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ - ${file} ${DESTDIR}${LIBDIR}/${file:S/.so$/S.o/} + ${file} ${DESTDIR}${LIBDIR}/${file:S/.So$/S.o/} .endfor .include <bsd.lib.mk> |
