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 0393d9a7e00..a3a2b369bbb 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.8 2003/08/20 19:36:59 miod Exp $ +# $OpenBSD: Makefile,v 1.9 2003/10/01 20:39:41 miod 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} `${CC} -print-libgcc-file-name` + ${OBJS} ${LIBS} install: install -c -m 555 -g bin -o bin ${BOOTS} ${DESTDIR}${MDEC_DIR} |