Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/stand typo



details:   https://anonhg.NetBSD.org/src/rev/e69f48d9f73a
branches:  trunk
changeset: 761454:e69f48d9f73a
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jan 28 11:58:38 2011 +0000

description:
typo

diffstat:

 sys/arch/pmax/stand/Makefile.booters |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ffb915eb702d -r e69f48d9f73a sys/arch/pmax/stand/Makefile.booters
--- a/sys/arch/pmax/stand/Makefile.booters      Fri Jan 28 10:20:28 2011 +0000
+++ b/sys/arch/pmax/stand/Makefile.booters      Fri Jan 28 11:58:38 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.54 2011/01/23 13:18:57 joerg Exp $
+# $NetBSD: Makefile.booters,v 1.55 2011/01/28 11:58:38 tsutsui Exp $
 
 NOMAN=         # defined
 
@@ -99,7 +99,7 @@
 LIBS=          ${LIBSA} ${LIBZ} ${LIBSA} ${LIBKERN}
 
 vers.c: ${.CURDIR}/version
-       ${HOST_SH} ${S}/conf/newvers_stand.sh ${${MKREPRO} == "yes" :?:-Do} \
+       ${HOST_SH} ${S}/conf/newvers_stand.sh ${${MKREPRO} == "yes" :?:-D} \
            -N ${.CURDIR}/version "pmax"
 
 ${PROG}: ${OBJS} ${LIBS}



Home | Main Index | Thread Index | Old Index