From b1ca3aaea3cc71f0ea181a57558325f87b3b3fc0 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Tue, 16 Jun 2020 17:38:13 +0000 Subject: Add missing dependeny. --- sys/arch/powerpc64/conf/Makefile.powerpc64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/powerpc64/conf/Makefile.powerpc64 b/sys/arch/powerpc64/conf/Makefile.powerpc64 index 95d80286b36..a6834c33294 100644 --- a/sys/arch/powerpc64/conf/Makefile.powerpc64 +++ b/sys/arch/powerpc64/conf/Makefile.powerpc64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.powerpc64,v 1.4 2020/06/15 04:19:00 jsg Exp $ +# $OpenBSD: Makefile.powerpc64,v 1.5 2020/06/16 17:38:12 kettenis Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -163,7 +163,7 @@ cleandir: clean depend obj: locore0.o: ${_machdir}/${_mach}/locore0.S assym.h - +locore.o: ${_machdir}/${_mach}/locore.S assym.h trap_subr.o: ${_machdir}/${_mach}/trap_subr.S assym.h hardlink-obsd: -- cgit v1.2.3