summaryrefslogtreecommitdiff
path: root/lib/csu/mips
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1996-09-02 11:29:10 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1996-09-02 11:29:10 +0000
commitb0d46a3f0ed67364556b2220e1e55f3c7b249264 (patch)
tree8774d6993873793202500a84f6a108664fbf8c59 /lib/csu/mips
parent3f2cd90cfdd9d6df077afe48523b9a16e4346d5b (diff)
Oops
Diffstat (limited to 'lib/csu/mips')
-rw-r--r--lib/csu/mips/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/csu/mips/Makefile b/lib/csu/mips/Makefile
index 3966a5e6d4d..48e6d8c6855 100644
--- a/lib/csu/mips/Makefile
+++ b/lib/csu/mips/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/1/93
-# $Id: Makefile,v 1.5 1996/09/02 10:04:11 pefo Exp $
+# $Id: Makefile,v 1.6 1996/09/02 11:29:09 pefo Exp $
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}
OBJS= crt0.o gcrt0.o scrt0.o crtn.o
@@ -15,12 +15,6 @@ crt0.o: ${SRCS} ${DEPS}
@${LD} -x -r ${.TARGET}.o -o ${.TARGET}
@rm -f ${.TARGET}.o
-crtn.o: ${SRCS} ${DEPS}
- @echo "${COMPILE.c} -DCRT0 -DDYNAMIC ${.CURDIR}/${SRCS} -o ${.TARGET}"
- @${COMPILE.c} -DCRT0 -DDYNAMIC ${.CURDIR}/${SRCS} -o ${.TARGET}.o
- @${LD} -x -r ${.TARGET}.o -o ${.TARGET}
- @rm -f ${.TARGET}.o
-
gcrt0.o: ${SRCS} ${DEPS}
@echo "${COMPILE.c} -DMCRT0 ${.CURDIR}/${SRCS} -o ${.TARGET}"
@${COMPILE.c} -DMCRT0 ${.CURDIR}/${SRCS} -o ${.TARGET}.o