Module Name:    src
Committed By:   christos
Date:           Thu Feb 16 20:36:13 UTC 2012

Modified Files:
        src/usr.sbin/crash: Makefile

Log Message:
use -n too, so that we don't get a dup note.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/crash/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/crash/Makefile
diff -u src/usr.sbin/crash/Makefile:1.17 src/usr.sbin/crash/Makefile:1.18
--- src/usr.sbin/crash/Makefile:1.17	Wed Feb 15 21:37:43 2012
+++ src/usr.sbin/crash/Makefile	Thu Feb 16 15:36:13 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.17 2012/02/16 02:37:43 christos Exp $
+#	$NetBSD: Makefile,v 1.18 2012/02/16 20:36:13 christos Exp $
 
 PROG=		crash
 MAN=		crash.8
@@ -78,7 +78,7 @@ COPTS.db_output.c += -Wno-format-nonlite
 # vers.c
 SRCS+=	vers.c
 vers.c:	${S}/conf/newvers.sh
-	${HOST_SH} ${S}/conf/newvers.sh -r
+	${HOST_SH} ${S}/conf/newvers.sh -r -n
 CLEANFILES+=	vers.c version
 
 .else				# } {

Reply via email to