diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-25 21:15:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-25 21:15:28 +0000 |
commit | c03090c978c31a26b24683e4bbdef4271bbf5b3a (patch) | |
tree | 60807c07f1709b195c1fc72e7f13206489fd6846 /sys/arch/mvme88k | |
parent | 281f114a6e6fc7311090ac2ca495c26c9463af98 (diff) |
eh.S includes eh_common.S to make eh.o; fix this dependency
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/conf/Makefile.mvme88k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/conf/Makefile.mvme88k b/sys/arch/mvme88k/conf/Makefile.mvme88k index 386e98d6d40..1bd07e408da 100644 --- a/sys/arch/mvme88k/conf/Makefile.mvme88k +++ b/sys/arch/mvme88k/conf/Makefile.mvme88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvme88k,v 1.64 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.mvme88k,v 1.65 2010/05/25 21:15:27 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -145,7 +145,7 @@ db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.awk rm -f db_structinfo.o locore.o: ${_machdir}/${_mach}/locore.S assym.h -eh_common.o m88100_fp.o mutex.o process.o subr.o: assym.h +eh.o m88100_fp.o mutex.o process.o subr.o: assym.h # The install target can be redefined by putting a # install-kernel-${MACHINE_NAME} target into /etc/mk.conf |