|
From: <sv...@va...> - 2005-05-17 21:15:00
|
Author: njn Date: 2005-05-17 22:14:54 +0100 (Tue, 17 May 2005) New Revision: 3765 Modified: trunk/Makefile.core-AM_CPPFLAGS.am trunk/Makefile.tool-flags.am Log: Don't need to -I $(builddir)/include now that valgrind.h isn't generated from valgrind.h.in. Modified: trunk/Makefile.core-AM_CPPFLAGS.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/Makefile.core-AM_CPPFLAGS.am 2005-05-17 21:10:11 UTC (rev 3764) +++ trunk/Makefile.core-AM_CPPFLAGS.am 2005-05-17 21:14:54 UTC (rev 3765) @@ -1,12 +1,9 @@ -# we need $(top_builddir)/include for when builddir !=3D srcdir, because -# valgrind.h is generated from valgrind.h.in. add_includes =3D -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)=3D1 \ -DVGO_$(VG_OS)=3D1 \ Modified: trunk/Makefile.tool-flags.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/Makefile.tool-flags.am 2005-05-17 21:10:11 UTC (rev 3764) +++ trunk/Makefile.tool-flags.am 2005-05-17 21:14:54 UTC (rev 3765) @@ -1,7 +1,4 @@ -# we need $(top_builddir)/include for when builddir !=3D srcdir, because -# valgrind.h is generated from valgrind.h.in. add_includes =3D -I$(top_srcdir)/include \ - -I$(top_builddir)/include \ -I@VEX_DIR@/pub \ -DVGA_$(VG_ARCH)=3D1 \ -DVGO_$(VG_OS)=3D1 \ |