Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (LIBFFIINCS): Added MULTIBUILDTOP. From-SVN: r31672
This commit is contained in:
parent
74dc0d8cab
commit
d0a844f86b
@ -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.
|
||||
|
@ -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) \
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user