diff options
Diffstat (limited to 'lib/csu/mips64')
-rw-r--r-- | lib/csu/mips64/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/csu/mips64/Makefile b/lib/csu/mips64/Makefile index 049b75a25c6..4af9c83fa2d 100644 --- a/lib/csu/mips64/Makefile +++ b/lib/csu/mips64/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2011/11/08 10:37:09 guenther Exp $ +# $OpenBSD: Makefile,v 1.4 2013/12/01 17:18:31 guenther Exp $ #CFLAGS+= -I${.CURDIR} -mips2 CFLAGS+= -I${.CURDIR} -OBJS= crt0.o gcrt0.o scrt0.o crtbegin.o crtend.o crtbeginS.o crtendS.o +OBJS= crt0.o gcrt0.o crtbegin.o crtend.o crtbeginS.o crtendS.o .PATH: ${.CURDIR}/../common_elf @@ -20,12 +20,6 @@ gcrt0.o: crt0.c ${DEPS} @${LD} -x -r ${.TARGET}.o -o ${.TARGET} @rm -f ${.TARGET}.o -scrt0.o: crt0.c ${DEPS} - @echo "${CC} -DSCRT0 -c ${.ALLSRC} -o ${.TARGET}" - @${CC} -DSCRT0 -c ${.ALLSRC} -o ${.TARGET}.o - @${LD} -x -r ${.TARGET}.o -o ${.TARGET} - @rm -f ${.TARGET}.o - realinstall: ${INSTALL} ${INSTALL_COPY} -S -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \ ${DESTDIR}/usr/lib |