Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpclient need -I${.OBJDIR} now
details: https://anonhg.NetBSD.org/src/rev/ba23f132aca7
branches: trunk
changeset: 763034:ba23f132aca7
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Mar 08 19:11:27 2011 +0000
description:
need -I${.OBJDIR} now
diffstat:
lib/librumpclient/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r aa1220e98640 -r ba23f132aca7 lib/librumpclient/Makefile
--- a/lib/librumpclient/Makefile Tue Mar 08 19:06:58 2011 +0000
+++ b/lib/librumpclient/Makefile Tue Mar 08 19:11:27 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index