Source-Changes-HG archive

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

[src/trunk]: src/sys/rump fix typo



details:   https://anonhg.NetBSD.org/src/rev/b5338421bb6f
branches:  trunk
changeset: 785505:b5338421bb6f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 17 01:13:00 2013 +0000

description:
fix typo

diffstat:

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

diffs (18 lines):

diff -r e5e01ec06fef -r b5338421bb6f sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump    Sun Mar 17 00:47:13 2013 +0000
+++ b/sys/rump/Makefile.rump    Sun Mar 17 01:13:00 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rump,v 1.77 2013/03/16 23:51:39 christos Exp $
+#      $NetBSD: Makefile.rump,v 1.78 2013/03/17 01:13:00 christos Exp $
 #
 
 WARNS?=                3       # XXX: src/sys won't compile with -Wsign-compare yet
@@ -91,7 +91,7 @@
 BUILDRUMP_CPPFLAGS ?= -isysroot ${DESTDIR}
 rumpcomp_user.d: rumpcomp_user.c
        ${_MKTARGET_CREATE}
-       ${MKDEP} -f ${.TARGET} -- ${MKDEPFLAGS} ${BUILDRUMP_CPPFLAGS} ${RUMPCOMP_USER_CPPFLAGS} ${.ALLSRC:O:uM*.c}
+       ${MKDEP} -f ${.TARGET} -- ${MKDEPFLAGS} ${BUILDRUMP_CPPFLAGS} ${RUMPCOMP_USER_CPPFLAGS} ${.ALLSRC:O:u:M*.c}
 
 rumpcomp_user.o: rumpcomp_user.c
        ${_MKTARGET_COMPILE}



Home | Main Index | Thread Index | Old Index