summaryrefslogtreecommitdiffstats
path: root/lib/csu/powerpc/Makefile
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/powerpc/Makefile
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/powerpc/Makefile')
-rw-r--r--lib/csu/powerpc/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/csu/powerpc/Makefile b/lib/csu/powerpc/Makefile
index 6d96e43..32b7f68 100644
--- a/lib/csu/powerpc/Makefile
+++ b/lib/csu/powerpc/Makefile
@@ -9,15 +9,13 @@ CFLAGS+= -Wall -Wno-unused \
-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