aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-09-07 13:00:59 +0000
committerJeff Law <law@gcc.gnu.org>1998-09-07 07:00:59 -0600
commit5db17173c6fbef5fd203e486fe8407347edd7142 (patch)
tree7b739ca49aea0526dd16ce5950f43f197b3ba4cd
parent4d6e34ea2b60f51729e3740562afa40e50be0a78 (diff)
downloadgcc-5db17173c6fbef5fd203e486fe8407347edd7142.zip
gcc-5db17173c6fbef5fd203e486fe8407347edd7142.tar.gz
gcc-5db17173c6fbef5fd203e486fe8407347edd7142.tar.bz2
* Makefile.in (INCLUDES): Update for recent toplevel gcc changes.
From-SVN: r22309
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
new file mode 100644
index 0000000..6ba355b
--- /dev/null
+++ b/gcc/java/ChangeLog
@@ -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.
+
diff --git a/gcc/java/Makefile.in b/gcc/java/Makefile.in
index 6f043dc..4bbff70 100644
--- a/gcc/java/Makefile.in
+++ b/gcc/java/Makefile.in
@@ -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: