diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-03-12 22:20:08 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-03-12 22:20:08 +0000 |
commit | 167f49617df84eb257a060c7c996b1fd6dd5447b (patch) | |
tree | 74cdc326debe5d0b672f458a0fea232780c38dc9 /sys | |
parent | 22edd7dc922d9302fa48669a4492554a52028744 (diff) |
Remove dependencies for non-existing files.
From Artturi Alm.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm64/conf/Makefile.arm64 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/arm64/conf/Makefile.arm64 b/sys/arch/arm64/conf/Makefile.arm64 index bd56f7a1427..ebc252c6d41 100644 --- a/sys/arch/arm64/conf/Makefile.arm64 +++ b/sys/arch/arm64/conf/Makefile.arm64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.arm64,v 1.27 2018/02/09 03:59:15 tb Exp $ +# $OpenBSD: Makefile.arm64,v 1.28 2018/03/12 22:20:07 kettenis Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -143,9 +143,9 @@ cleandir: clean depend obj: locore0.o: ${_archdir}/${_arch}/locore0.S assym.h -in_cksum_arm.o fiq_subr.o bcopyinout.o copystr.o sigcode.o copy.o: assym.h -cpuswitch.o exception.o bcopy_page.o irq_dispatch.o support.o: assym.h -locore.o vectors.o trampoline.o: assym.h +copy.o copystr.o: assym.h +cpuswitch.o exception.o support.o: assym.h +locore.o trampoline.o: assym.h hardlink-obsd: [[ ! -f /bsd ]] || cmp -s bsd /bsd || ln -f /bsd /obsd |