Module Name:    src
Committed By:   pooka
Date:           Tue Mar  8 19:11:27 UTC 2011

Modified Files:
        src/lib/librumpclient: Makefile

Log Message:
need -I${.OBJDIR} now


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/librumpclient/Makefile

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

Modified files:

Index: src/lib/librumpclient/Makefile
diff -u src/lib/librumpclient/Makefile:1.6 src/lib/librumpclient/Makefile:1.7
--- src/lib/librumpclient/Makefile:1.6	Tue Mar  8 18:30:24 2011
+++ src/lib/librumpclient/Makefile	Tue Mar  8 19:11:27 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2011/03/08 18:30:24 pooka Exp $
+#	$NetBSD: Makefile,v 1.7 2011/03/08 19:11:27 pooka Exp $
 #
 
 .PATH:	${.CURDIR}/../../sys/rump/librump/rumpkern
@@ -12,7 +12,8 @@
 INCS=		rumpclient.h
 INCSDIR=	/usr/include/rump
 
-CPPFLAGS+=	-DRUMP_CLIENT -I${.CURDIR} -I${.CURDIR}/../librumpuser
+CPPFLAGS+=	-DRUMP_CLIENT
+CPPFLAGS+=	-I${.OBJDIR} -I${.CURDIR} -I${.CURDIR}/../librumpuser
 SRCS=		rumpclient.c
 SRCS+=		rump_syscalls.c
 

Reply via email to