Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/atf make things compile.



details:   https://anonhg.NetBSD.org/src/rev/adca2de47fcf
branches:  trunk
changeset: 754850:adca2de47fcf
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 14 15:30:39 2010 +0000

description:
make things compile.

diffstat:

 external/bsd/atf/dist/atf-version/atf-version.cpp |  2 +-
 external/bsd/atf/usr.bin/atf-version/Makefile     |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r f667cb4cae0a -r adca2de47fcf external/bsd/atf/dist/atf-version/atf-version.cpp
--- a/external/bsd/atf/dist/atf-version/atf-version.cpp Fri May 14 13:04:14 2010 +0000
+++ b/external/bsd/atf/dist/atf-version/atf-version.cpp Fri May 14 15:30:39 2010 +0000
@@ -30,7 +30,7 @@
 #if defined(HAVE_CONFIG_H)
 #include "bconfig.h"
 #endif
-#include "atf-version/revision.h"
+#include "revision.h"
 
 #include <cstdlib>
 #include <iostream>
diff -r f667cb4cae0a -r adca2de47fcf external/bsd/atf/usr.bin/atf-version/Makefile
--- a/external/bsd/atf/usr.bin/atf-version/Makefile     Fri May 14 13:04:14 2010 +0000
+++ b/external/bsd/atf/usr.bin/atf-version/Makefile     Fri May 14 15:30:39 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/05/08 08:12:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2010/05/14 15:30:39 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -12,7 +12,7 @@
 
 CPPFLAGS+=     -DHAVE_CONFIG_H
 CPPFLAGS+=     -I${.CURDIR}/../../lib/libatf-c
-CPPFLAGS+=     -I..
+CPPFLAGS+=     -I.. -I.
 LDADD+=                -latf-c++ -latf-c
 
 WARNS?=                2



Home | Main Index | Thread Index | Old Index