diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-28 20:00:21 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-28 20:00:21 +0000 |
| commit | 647f74920b132e1a72fa310e263724106899db08 (patch) | |
| tree | 8f92a3ebc7d807c6e65c2c152510bf101d9ff5ae /libjava/Makefile.am | |
| parent | a70a58cf61a2f8cc8f4b5690ce0cdf038c02365a (diff) | |
| download | ppe42-gcc-647f74920b132e1a72fa310e263724106899db08.tar.gz ppe42-gcc-647f74920b132e1a72fa310e263724106899db08.zip | |
* Makefile.in: Rebuilt.
* Makefile.am (LIBFFIINCS): Added MULTIBUILDTOP.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31672 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.am')
| -rw-r--r-- | libjava/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index a8765a24478..8b1143babab 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -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) \ |

