diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/bootxx/Makefile')
-rw-r--r-- | sys/arch/mvme88k/stand/bootxx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/bootxx/Makefile b/sys/arch/mvme88k/stand/bootxx/Makefile index a3a2b369bbb..234439b4656 100644 --- a/sys/arch/mvme88k/stand/bootxx/Makefile +++ b/sys/arch/mvme88k/stand/bootxx/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $OpenBSD: Makefile,v 1.9 2003/10/01 20:39:41 miod Exp $ +# $OpenBSD: Makefile,v 1.10 2005/09/11 13:36:00 deraadt Exp $ S= ${.CURDIR}/../../../.. DEFS=-DSTAGE2_RELOC=${STAGE2_RELOC} @@ -26,7 +26,7 @@ all: ${ALL} bootxx: ${OBJS} ${STAGE1} ${LIBS} ${LD} -N -T ${STAGE1_RELOC} ${STAGE1} -o $@ \ - ${OBJS} ${LIBS} + ${OBJS} ${LIBS} `cc -print-libgcc-file-name` install: install -c -m 555 -g bin -o bin ${BOOTS} ${DESTDIR}${MDEC_DIR} |