Module Name:    src
Committed By:   matt
Date:           Wed Jul 17 14:05:43 UTC 2013

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

Log Message:
Use += for SYSTEM_DEP not ?=


To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 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.159 src/sys/conf/Makefile.kern.inc:1.160
--- src/sys/conf/Makefile.kern.inc:1.159	Sun Nov  4 11:12:31 2012
+++ src/sys/conf/Makefile.kern.inc	Wed Jul 17 14:05:43 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.kern.inc,v 1.159 2012/11/04 11:12:31 apb Exp $
+#	$NetBSD: Makefile.kern.inc,v 1.160 2013/07/17 14:05:43 matt Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -219,7 +219,7 @@ ${_cfile:T:R}.o: ${_cfile}
 #	${SYSTEM_LD} swapxxx.o
 #	${SYSTEM_LD_TAIL}
 SYSTEM_OBJ?=	${MD_OBJS} ${MI_OBJS} ${OBJS:O} ${SYSLIBCOMPAT} ${LIBKERN}
-SYSTEM_DEP?=	Makefile ${SYSTEM_OBJ:O} .gdbinit
+SYSTEM_DEP+=	Makefile ${SYSTEM_OBJ:O} .gdbinit
 .if defined(KERNLDSCRIPT)
 SYSTEM_DEP+=	${KERNLDSCRIPT}
 .endif

Reply via email to