Module Name:    src
Committed By:   christos
Date:           Sun Apr  9 14:52:14 UTC 2017

Modified Files:
        src/sys/conf: newvers_stand.mk

Log Message:
Fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/conf/newvers_stand.mk

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/newvers_stand.mk
diff -u src/sys/conf/newvers_stand.mk:1.1 src/sys/conf/newvers_stand.mk:1.2
--- src/sys/conf/newvers_stand.mk:1.1	Sat Apr  8 15:53:54 2017
+++ src/sys/conf/newvers_stand.mk	Sun Apr  9 10:52:14 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: newvers_stand.mk,v 1.1 2017/04/08 19:53:54 christos Exp $
+#	$NetBSD: newvers_stand.mk,v 1.2 2017/04/09 14:52:14 christos Exp $
 
 VERSIONFILE?=version
 VERSIONMACHINE?=${MACHINE}
@@ -10,7 +10,7 @@ SRCS+=		vers.c
 CLEANFILES+=	vers.c
 
 .if ${MKREPRO:Uno} == "yes"
-.	if ${MKREPRO_TIMESTAMP:U0} != 0}
+.	if ${MKREPRO_TIMESTAMP:U0} != 0
 VERSIONFLAGS+=-D ${MKREPRO_TIMESTAMP}
 .	else
 VERSIONFLAGS+=-d

Reply via email to