diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog new file mode 100644 index 000000000000..6ba355b6dc2f --- /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 6f043dcca9c0..4bbff70487a6 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: