diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-11 13:36:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-11 13:36:01 +0000 |
commit | 88be4aa81e08c8422f4ef2efd90032a8e23b31bc (patch) | |
tree | 59ea063f15db13489e99cee7e7093e35920e8358 /sys/arch/mvme88k/stand/bootsd | |
parent | a41230bd9d8a92512c8b7f18080b4d255c500461 (diff) |
cope with the ___moddi3 issue, same as mvme68k
Diffstat (limited to 'sys/arch/mvme88k/stand/bootsd')
-rw-r--r-- | sys/arch/mvme88k/stand/bootsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/bootsd/Makefile b/sys/arch/mvme88k/stand/bootsd/Makefile index 798e6fb424b..34000605cb5 100644 --- a/sys/arch/mvme88k/stand/bootsd/Makefile +++ b/sys/arch/mvme88k/stand/bootsd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $OpenBSD: Makefile,v 1.10 2003/10/01 20:39:41 miod Exp $ +# $OpenBSD: Makefile,v 1.11 2005/09/11 13:36:00 deraadt Exp $ S= ${.CURDIR}/../../../.. @@ -28,7 +28,7 @@ all: ${ALL} bootsd: ${OBJS} ${STAGE2} ${LIBS} ${LD} ${LDFLAGS} -o $@ \ - ${STAGE2} ${OBJS} ${LIBS} + ${STAGE2} ${OBJS} ${LIBS} `cc -print-libgcc-file-name` install: install -c -m 555 -g bin -o bin ${BOOTS} ${DESTDIR}${MDEC_DIR} |