From c03090c978c31a26b24683e4bbdef4271bbf5b3a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 25 May 2010 21:15:28 +0000 Subject: eh.S includes eh_common.S to make eh.o; fix this dependency --- sys/arch/aviion/conf/Makefile.aviion | 4 ++-- sys/arch/luna88k/conf/Makefile.luna88k | 4 ++-- sys/arch/mvme88k/conf/Makefile.mvme88k | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/aviion/conf/Makefile.aviion b/sys/arch/aviion/conf/Makefile.aviion index 01b0e4c7f5b..91a62dafc06 100644 --- a/sys/arch/aviion/conf/Makefile.aviion +++ b/sys/arch/aviion/conf/Makefile.aviion @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.aviion,v 1.27 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.aviion,v 1.28 2010/05/25 21:15:27 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -150,7 +150,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 diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index c289965924e..888852f5577 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.luna88k,v 1.34 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.luna88k,v 1.35 2010/05/25 21:15:27 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -148,7 +148,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 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 -- cgit v1.2.3