summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-25 21:15:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-25 21:15:28 +0000
commitc03090c978c31a26b24683e4bbdef4271bbf5b3a (patch)
tree60807c07f1709b195c1fc72e7f13206489fd6846 /sys/arch/luna88k/conf
parent281f114a6e6fc7311090ac2ca495c26c9463af98 (diff)
eh.S includes eh_common.S to make eh.o; fix this dependency
Diffstat (limited to 'sys/arch/luna88k/conf')
-rw-r--r--sys/arch/luna88k/conf/Makefile.luna88k4
1 files changed, 2 insertions, 2 deletions
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