* Makefile.in (INCLUDES): Update for recent toplevel gcc changes.
authorJeffrey A Law <law@cygnus.com>
Mon, 7 Sep 1998 13:00:59 +0000 (13:00 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 7 Sep 1998 13:00:59 +0000 (07:00 -0600)
From-SVN: r22309

gcc/java/ChangeLog [new file with mode: 0644]
gcc/java/Makefile.in

diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
new file mode 100644 (file)
index 0000000..6ba355b
--- /dev/null
@@ -0,0 +1,4 @@
+Mon Sep  7 13:59:49 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (INCLUDES): Update for recent toplevel gcc changes.
+
index 6f043dcca9c0c02003644dbf6c3b40536d6c63b8..4bbff70487a6cde73dd3fb701449a04bd88b65a3 100644 (file)
@@ -162,7 +162,7 @@ LIBS = $(SUBDIR_OBSTACK) $(SUBDIR_USE_ALLOCA) $(SUBDIR_MALLOC) $(CLIB)
 # Both . and srcdir are used, in that order,
 # so that tm.h and config.h will be found in the compilation
 # subdirectory rather than in the source directory.
-INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../config
+INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../config -I$(srcdir)/../../include
 
 # Always use -I$(srcdir)/config when compiling.
 .c.o: