summaryrefslogtreecommitdiffstats
path: root/lib/csu/sparc64
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-13 11:51:11 +0000
committerru <ru@FreeBSD.org>2002-05-13 11:51:11 +0000
commit690ae48517842a53ca4297b86d648f82c32fbfe2 (patch)
treeca9eb4ae2c0e8b268c065b6c1387a1358bc74c09 /lib/csu/sparc64
parent10dcda9badca2ddd7baa925bf86103acedf8ed41 (diff)
downloadFreeBSD-src-690ae48517842a53ca4297b86d648f82c32fbfe2.zip
FreeBSD-src-690ae48517842a53ca4297b86d648f82c32fbfe2.tar.gz
SOBJS are not used here for a long time, and were just
pessimising the `install'.
Diffstat (limited to 'lib/csu/sparc64')
-rw-r--r--lib/csu/sparc64/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile
index ae4905c..09057e3 100644
--- a/lib/csu/sparc64/Makefile
+++ b/lib/csu/sparc64/Makefile
@@ -7,15 +7,13 @@ OBJS= ${SRCS:N*.h:R:S/$/.o/g}
OBJS+= gcrt1.o
CFLAGS+= -I${.CURDIR}/../common -I${.CURDIR}/../../libc/include
-all: ${OBJS} ${SOBJS}
+all: ${OBJS}
gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
realinstall:
-.for file in ${OBJS} ${SOBJS}
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
- ${file} ${DESTDIR}${LIBDIR}/${file:S/.So$/S.o/}
-.endfor
+ ${OBJS} ${DESTDIR}${LIBDIR}
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud