diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2013-01-18 21:09:05 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2013-01-18 21:09:05 +0000 |
commit | f9b13e2b82eb29e04043438332808b64bc8408f5 (patch) | |
tree | c4cce6609c005824d8324aca99251ff215e0c790 /sys/arch/amd64/stand/boot | |
parent | 580ce525bce1d9d66f9b358ea01a9a9877cec4ef (diff) |
fix bogus dependencies, and allow mkdep to run
checked on amd64 by rpe@
okay jsing@
Diffstat (limited to 'sys/arch/amd64/stand/boot')
-rw-r--r-- | sys/arch/amd64/stand/boot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/amd64/stand/boot/Makefile b/sys/arch/amd64/stand/boot/Makefile index 59154dd8cfc..9a00858829c 100644 --- a/sys/arch/amd64/stand/boot/Makefile +++ b/sys/arch/amd64/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2013/01/18 11:35:24 jsing Exp $ +# $OpenBSD: Makefile,v 1.21 2013/01/18 21:09:04 espie Exp $ MAN?= boot.8 MLINKS?=boot.8 boot.conf.5 @@ -54,8 +54,7 @@ boot.bin: boot CLEANFILES+= ${PROG}.new -${.CURDIR}/srt0.S: assym.h -${SADIR}/libsa/gidt.S: assym.h +.depend srt0.o gidt.o: assym.h ${PROG}: $(OBJS) $(LD) $(LDFLAGS) -o ${PROG}.new $(OBJS) |