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/i386/stand/biosboot | |
parent | 580ce525bce1d9d66f9b358ea01a9a9877cec4ef (diff) |
fix bogus dependencies, and allow mkdep to run
checked on amd64 by rpe@
okay jsing@
Diffstat (limited to 'sys/arch/i386/stand/biosboot')
-rw-r--r-- | sys/arch/i386/stand/biosboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/biosboot/Makefile b/sys/arch/i386/stand/biosboot/Makefile index 4cd3ff73770..f078dcde1b5 100644 --- a/sys/arch/i386/stand/biosboot/Makefile +++ b/sys/arch/i386/stand/biosboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2013/01/18 04:10:16 jsing Exp $ +# $OpenBSD: Makefile,v 1.26 2013/01/18 21:09:04 espie Exp $ MAN= biosboot.8 @@ -12,7 +12,7 @@ LD=ld LDFLAGS=-nostdlib -Ttext 0 -N -x -Bstatic -nopie INSTALL_STRIP= -${.CURDIR}/biosboot.S: assym.h +.depend biosboot.o: assym.h ${PROG}: $(OBJS) @rm -f $(PROG) |