From 733dd12283cd80f35713e453a11bfdfea6e1e6b7 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 17 May 2005 21:14:54 +0000 Subject: [PATCH] Don't need to -I $(builddir)/include now that valgrind.h isn't generated from valgrind.h.in. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3765 --- Makefile.core-AM_CPPFLAGS.am | 3 --- Makefile.tool-flags.am | 3 --- 2 files changed, 6 deletions(-) diff --git a/Makefile.core-AM_CPPFLAGS.am b/Makefile.core-AM_CPPFLAGS.am index 5055b2162..bc7211ea7 100644 --- a/Makefile.core-AM_CPPFLAGS.am +++ b/Makefile.core-AM_CPPFLAGS.am @@ -1,12 +1,9 @@ -# we need $(top_builddir)/include for when builddir != srcdir, because -# valgrind.h is generated from valgrind.h.in. add_includes = -I$(top_srcdir)/coregrind \ -I$(top_srcdir) \ -I$(top_srcdir)/coregrind/$(VG_ARCH) \ -I$(top_srcdir)/coregrind/$(VG_OS) \ -I$(top_srcdir)/coregrind/$(VG_PLATFORM) \ -I$(top_srcdir)/include \ - -I$(top_builddir)/include \ -I@VEX_DIR@/pub \ -DVGA_$(VG_ARCH)=1 \ -DVGO_$(VG_OS)=1 \ diff --git a/Makefile.tool-flags.am b/Makefile.tool-flags.am index 89a3b0cb6..7e1517e2c 100644 --- a/Makefile.tool-flags.am +++ b/Makefile.tool-flags.am @@ -1,7 +1,4 @@ -# we need $(top_builddir)/include for when builddir != srcdir, because -# valgrind.h is generated from valgrind.h.in. add_includes = -I$(top_srcdir)/include \ - -I$(top_builddir)/include \ -I@VEX_DIR@/pub \ -DVGA_$(VG_ARCH)=1 \ -DVGO_$(VG_OS)=1 \