Module Name:    src
Committed By:   uebayasi
Date:           Sat Aug 29 15:37:18 UTC 2015

Modified Files:
        src/sys/conf: Makefile.kern.inc

Log Message:
genassym.cf and machdep.c are _KERNEL_OPT'ed, don't depend on Makefile.


To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 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.205 src/sys/conf/Makefile.kern.inc:1.206
--- src/sys/conf/Makefile.kern.inc:1.205	Sat Aug 29 15:06:35 2015
+++ src/sys/conf/Makefile.kern.inc	Sat Aug 29 15:37:18 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.kern.inc,v 1.205 2015/08/29 15:06:35 uebayasi Exp $
+#	$NetBSD: Makefile.kern.inc,v 1.206 2015/08/29 15:37:18 uebayasi Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -362,9 +362,6 @@ md_root.o: md_root_image.h
 # depend on MEMORY_DISK_IMAGE configuration
 md_root.o: Makefile
 
-# depend on maxusers and CPU configuration
-assym.h machdep.o: Makefile
-
 ##
 ## (7) misc targets: install, clean(dir), depend(all), lint, links, tags,
 ##                   cscope, mkid

Reply via email to