diff options
Diffstat (limited to 'sys/arch/powerpc64/conf/Makefile.powerpc64')
-rw-r--r-- | sys/arch/powerpc64/conf/Makefile.powerpc64 | 4 |
1 files 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: |