Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/nfs/nfsservice Remove nonexistent include directory...



details:   https://anonhg.NetBSD.org/src/rev/e3241d1caed3
branches:  trunk
changeset: 767460:e3241d1caed3
user:      dholland <dholland%NetBSD.org@localhost>
date:      Tue Jul 19 03:30:46 2011 +0000

description:
Remove nonexistent include directory from CPPFLAGS.
PR 45068 from Henning Petersen.

diffstat:

 tests/fs/nfs/nfsservice/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b4f11b38e339 -r e3241d1caed3 tests/fs/nfs/nfsservice/Makefile
--- a/tests/fs/nfs/nfsservice/Makefile  Tue Jul 19 03:07:09 2011 +0000
+++ b/tests/fs/nfs/nfsservice/Makefile  Tue Jul 19 03:30:46 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2010/12/18 04:31:41 joerg Exp $
+#      $NetBSD: Makefile,v 1.6 2011/07/19 03:30:46 dholland Exp $
 #
 
 NOMAN= 1
@@ -26,7 +26,7 @@
 LDADD+=        -lrumpnet -lrump -lrumpuser                             # base
 LDADD+=        -lpthread -lutil
 
-CPPFLAGS+=     -DDEBUG -DMOUNT_NOMAIN -I${.CURDIR}/include -D_REENTRANT
+CPPFLAGS+=     -DDEBUG -DMOUNT_NOMAIN -D_REENTRANT
 CPPFLAGS+=     -DRUMP_SYS_NETWORKING
 #CPPFLAGS+=    -DSVC_RUN_DEBUG
 CPPFLAGS+=     -I${.CURDIR}/../../common/nfsrpc



Home | Main Index | Thread Index | Old Index