need -I${.OBJDIR} now

This commit is contained in:
pooka 2011-03-08 19:11:27 +00:00
parent d1be3375cc
commit 57a486416f
1 changed files with 3 additions and 2 deletions

View File

@ -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 @@ MAN= rumpclient.3
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