Module Name:    src
Committed By:   christos
Date:           Sun Mar 17 01:13:01 UTC 2013

Modified Files:
        src/sys/rump: Makefile.rump

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/rump/Makefile.rump

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

Modified files:

Index: src/sys/rump/Makefile.rump
diff -u src/sys/rump/Makefile.rump:1.77 src/sys/rump/Makefile.rump:1.78
--- src/sys/rump/Makefile.rump:1.77	Sat Mar 16 19:51:39 2013
+++ src/sys/rump/Makefile.rump	Sat Mar 16 21:13:00 2013
@@ -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 @@ DESTDIR=/
 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}

Reply via email to