diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-09-25 19:59:01 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-09-25 19:59:01 +0000 |
commit | f711e4a2fac8c28e3468ac7ceb99f416941a9ec5 (patch) | |
tree | b8d1bf5ef85f616638d91d79b060a0a3b27163b0 /lib/csu/alpha/Makefile | |
parent | d008a13efc0b8974faabf03e943c8ab21240c884 (diff) |
Revert temporary hack.
ok deraadt@
Diffstat (limited to 'lib/csu/alpha/Makefile')
-rw-r--r-- | lib/csu/alpha/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index 2a8a144c51e..d4bbd9609ee 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2004/10/21 19:57:42 kettenis Exp $ +# $OpenBSD: Makefile,v 1.16 2005/09/25 19:59:00 kettenis Exp $ # $NetBSD: Makefile,v 1.6 1996/10/18 05:27:38 thorpej Exp $ CFLAGS+= -DLIBC_SCCS -DELFSIZE=64 @@ -25,10 +25,9 @@ gcrt0.o: crt0.c @${LD} -x -r -o ${.TARGET} ${.TARGET}.o @rm -f ${.TARGET}.o -# XXX temporary hack until __register_frame_info issue is sorted out. crtbegin.o: crtbegin.c - @echo ${COMPILE.c} ${.CURDIR}/crtbegin.c -o ${.TARGET} - @${COMPILE.c} ${.CURDIR}/crtbegin.c -o ${.TARGET}.o + @echo ${COMPILE.c} ${ELFDIR}/crtbegin.c -o ${.TARGET} + @${COMPILE.c} ${ELFDIR}/crtbegin.c -o ${.TARGET}.o @${LD} -x -r -o ${.TARGET} ${.TARGET}.o @rm -f ${.TARGET}.o |