Module Name: src
Committed By: christos
Date: Thu Dec 30 17:25:40 UTC 2021
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
forgot one KERNEL_BUILD (Tobias Nygren)
To generate a diff of this commit:
cvs rdiff -u -r1.289 -r1.290 src/sys/conf/Makefile.kern.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/conf/Makefile.kern.inc
diff -u src/sys/conf/Makefile.kern.inc:1.289 src/sys/conf/Makefile.kern.inc:1.290
--- src/sys/conf/Makefile.kern.inc:1.289 Thu Dec 30 12:16:32 2021
+++ src/sys/conf/Makefile.kern.inc Thu Dec 30 12:25:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.289 2021/12/30 17:16:32 christos Exp $
+# $NetBSD: Makefile.kern.inc,v 1.290 2021/12/30 17:25:40 christos Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -263,7 +263,7 @@ debuginstall: install-kernel-debug
.for k in ${KERNELS}
install-kernel-debug: ${DESTDIR}${DEBUGDIR}/${k}-${KERNEL_CONFIG}.debug
-${DESTDIR}${DEBUGDIR}/${k}-${KERNEL_BUILD}.debug: ${k}-${KERNEL_CONFIG}.debug
+${DESTDIR}${DEBUGDIR}/${k}-${KERNEL_CONFIG}.debug: ${k}-${KERNEL_CONFIG}.debug
${_MKTARGET_INSTALL}
${INSTALL_FILE} -o root -g bin -m 444 ${.ALLSRC} ${.TARGET}
.endfor