Module Name:    src
Committed By:   joerg
Date:           Wed Aug 20 22:02:20 UTC 2014

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

Log Message:
Drop stray }


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 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.170 src/sys/conf/Makefile.kern.inc:1.171
--- src/sys/conf/Makefile.kern.inc:1.170	Sun Aug 17 21:17:44 2014
+++ src/sys/conf/Makefile.kern.inc	Wed Aug 20 22:02:20 2014
@@ -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 @@ LINKFLAGS+=	${LINKFLAGS_NORMAL}
 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}

Reply via email to