Module Name: src
Committed By: skrll
Date: Thu Aug 21 07:57:26 UTC 2014
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
More tidyup after joerg's copy&paste disaster. I have ddb symbols again.
To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 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.171 src/sys/conf/Makefile.kern.inc:1.172
--- src/sys/conf/Makefile.kern.inc:1.171 Wed Aug 20 22:02:20 2014
+++ src/sys/conf/Makefile.kern.inc Thu Aug 21 07:57:25 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.171 2014/08/20 22:02:20 joerg Exp $
+# $NetBSD: Makefile.kern.inc,v 1.172 2014/08/21 07:57:25 skrll Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -532,7 +532,7 @@ CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}
locore.o machdep.o kern_ksyms.o: Makefile
-.if defined(COPY_SYMTAB})
+.if defined(COPY_SYMTAB)
CPPFLAGS.locore.S+= -DCOPY_SYMTAB
CPPFLAGS.machdep.c+= -DCOPY_SYMTAB
CPPFLAGS.kern_ksyms.c+= -DCOPY_SYMTAB