correct the depend list of a target introduced in rev 1.9
authorjsg <jsg@openbsd.org>
Tue, 6 Jun 2017 02:35:40 +0000 (02:35 +0000)
committerjsg <jsg@openbsd.org>
Tue, 6 Jun 2017 02:35:40 +0000 (02:35 +0000)
from deraadt@

sys/arch/arm64/conf/Makefile.arm64

index 5ff1a06..cd940bd 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.arm64,v 1.10 2017/06/05 15:58:33 deraadt Exp $
+#      $OpenBSD: Makefile.arm64,v 1.11 2017/06/06 02:35:40 jsg Exp $
 
 # For instructions on building kernels consult the config(8) and options(4)
 # manual pages.
@@ -119,7 +119,7 @@ mcount.o: $S/lib/libkern/mcount.c Makefile
 ioconf.o: ioconf.c
        ${NORMAL_C}
 
-ld.script: ${_archdir}/conf/ldscript.head ${_archdir}/conf/ldscript.tail
+ld.script: ${_archdir}/conf/kern.ldscript
        cat ${_archdir}/conf/kern.ldscript | \
            sed -e 's/@KERNEL_BASE_PHYS@/${KERNEL_BASE_PHYS}/' \
            -e 's/@KERNEL_BASE_VIRT@/${KERNEL_BASE_VIRT}/' > ld.script