summaryrefslogtreecommitdiffstats
path: root/lib/csu/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/powerpc')
-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