Makefile.in: Rebuilt.
authorTom Tromey <tromey@cygnus.com>
Fri, 28 Jan 2000 20:00:21 +0000 (20:00 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 28 Jan 2000 20:00:21 +0000 (20:00 +0000)
* Makefile.in: Rebuilt.
* Makefile.am (LIBFFIINCS): Added MULTIBUILDTOP.

From-SVN: r31672

libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in

index bfd61f03c1cca8cbb36a91c8bc8496c42063bf58..f6883b266bca61524b776d9435b20c960e99863b 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-28  Tom Tromey  <tromey@cygnus.com>
+
+       * Makefile.in: Rebuilt.
+       * Makefile.am (LIBFFIINCS): Added MULTIBUILDTOP.
+
 2000-01-26  Tom Tromey  <tromey@cygnus.com>
 
        * gcj/method.h (JvNumMethods): Moved from Class.h.
index a8765a2447885e6b184a65c8cb1433d86f7e2e4b..8b1143babab357b082f53007b68985626f7ae88f 100644 (file)
@@ -87,7 +87,7 @@ endif
 JCFLAGS = -g -L$(here)
 JC1FLAGS = -g -L$(here) @LIBGCJ_JAVAFLAGS@
 
-LIBFFIINCS = -I$(top_srcdir)/../libffi/include -I../libffi/include
+LIBFFIINCS = -I$(top_srcdir)/../libffi/include -I$(MULTIBUILDTOP)../libffi/include
 
 INCLUDES = -I$(top_srcdir) -Iinclude -I$(top_srcdir)/include \
        $(GCINCS) $(THREADINCS) $(INCLTDL) \
index f6818b36b51bb3feb7e13aa2641ed9200831eea1..2943f203637960fdf7eac38276fed8f0034685ce 100644 (file)
@@ -170,7 +170,7 @@ AM_CXXFLAGS = -fno-rtti -fvtable-thunks @LIBGCJ_CXXFLAGS@ @EXCEPTIONSPEC@ \
 JCFLAGS = -g -L$(here)
 JC1FLAGS = -g -L$(here) @LIBGCJ_JAVAFLAGS@
 
-LIBFFIINCS = -I$(top_srcdir)/../libffi/include -I../libffi/include
+LIBFFIINCS = -I$(top_srcdir)/../libffi/include -I$(MULTIBUILDTOP)../libffi/include
 
 INCLUDES = -I$(top_srcdir) -Iinclude -I$(top_srcdir)/include \
        $(GCINCS) $(THREADINCS) $(INCLTDL) \