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
This commit is contained in:
Nicholas Nethercote 2005-05-17 21:14:54 +00:00
parent 3972c4b37b
commit 733dd12283
2 changed files with 0 additions and 6 deletions

View File

@ -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 \

View File

@ -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 \