Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf Drop stray }



details:   https://anonhg.NetBSD.org/src/rev/3df4b979435a
branches:  trunk
changeset: 331709:3df4b979435a
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Aug 20 22:02:20 2014 +0000

description:
Drop stray }

diffstat:

 sys/conf/Makefile.kern.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 643f40cf6119 -r 3df4b979435a sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Wed Aug 20 20:15:55 2014 +0000
+++ b/sys/conf/Makefile.kern.inc        Wed Aug 20 22:02:20 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.170 2014/08/17 21:17:44 joerg Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.171 2014/08/20 22:02:20 joerg Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -265,7 +265,7 @@
 SYSTEM_LD_HEAD+=${SYSTEM_LD_HEAD_EXTRA}
 SYSTEM_LD_TAIL_STAGE1= ${SYSTEM_LD_TAIL}
 SYSTEM_LD_TAIL_STAGE2= ${SYSTEM_LD_TAIL}
-.if defined(COPY_SYMTAB})
+.if defined(COPY_SYMTAB)
 SYSTEM_LD_TAIL_STAGE2+=        ; echo ${DBSYM} $@; ${DBSYM} $@
 .endif
 SYSTEM_LD_TAIL_STAGE2+=        ${SYSTEM_LD_TAIL_EXTRA}



Home | Main Index | Thread Index | Old Index