diff options
Diffstat (limited to 'lib/csu/alpha/Makefile')
-rw-r--r-- | lib/csu/alpha/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index 219f923..473dc99 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -1,10 +1,10 @@ # -# $Id: Makefile,v 1.5 1998/05/04 02:06:09 jb Exp $ +# $Id: Makefile,v 1.6 1998/08/20 21:37:22 jb Exp $ # SRCS= crt1.c crtbegin.c crtend.c OBJS= crt1.o crtbegin.o crtend.o -SOBJS= crtbegin.so crtend.so +SOBJS= crtbegin.So crtend.So CFLAGS+= -Wall -Wno-unused -I${.CURDIR}/../../../libexec/rtld-elf NOMAN= true NOPIC= true @@ -16,7 +16,7 @@ all: ${OBJS} ${SOBJS} 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> |