summaryrefslogtreecommitdiff
path: root/lib/csu/alpha
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-05-29 07:34:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-05-29 07:34:31 +0000
commitb9732444464f8240c8ee3f3f7511c0154355eac8 (patch)
tree35e8471aaa49ce325b2492fb2fbaa4324f80ede4 /lib/csu/alpha
parent1ba1b9f6029503c6224910d74b3e8a4e3eb7b95e (diff)
fix the alpha after that last diff which was obviously not tested
Diffstat (limited to 'lib/csu/alpha')
-rw-r--r--lib/csu/alpha/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index ff9b1da8be2..ff495418a97 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2001/03/24 18:40:20 tholo Exp $
+# $OpenBSD: Makefile,v 1.12 2001/05/29 07:34:30 deraadt Exp $
# $NetBSD: Makefile,v 1.6 1996/10/18 05:27:38 thorpej Exp $
CFLAGS+= -DLIBC_SCCS -DPIC -DELFSIZE=64
@@ -29,7 +29,7 @@ crtbegin.o: crtbegin.c
@${LD} -x -r -o ${.TARGET} ${.TARGET}.o
@rm -f ${.TARGET}.o
-crtbeginS.o: crtbegin.c
+crtbeginS.o: crtbeginS.c
${COMPILE.c} ${PICFLAG} ${.ALLSRC} -o ${.TARGET}.o
@${LD} -x -r -o ${.TARGET} ${.TARGET}.o
@rm -f ${.TARGET}.o
@@ -39,7 +39,7 @@ crtend.o: crtend.c
@${LD} -x -r -o ${.TARGET} ${.TARGET}.o
@rm -f ${.TARGET}.o
-crtendS.o: crtend.c
+crtendS.o: crtendS.c
${COMPILE.c} ${PICFLAG} ${.ALLSRC} -o ${.TARGET}.o
@${LD} -x -r -o ${.TARGET} ${.TARGET}.o
@rm -f ${.TARGET}.o