Makefile.in (INCLUDES): Update after recent toplevel gcc reorganizations.
authorJeffrey A Law <law@cygnus.com>
Sat, 5 Sep 1998 23:02:22 +0000 (23:02 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 5 Sep 1998 23:02:22 +0000 (17:02 -0600)
        * Makefile.in (INCLUDES): Update after recent toplevel gcc
        reorganizations.

From-SVN: r22283

gcc/cp/ChangeLog
gcc/cp/Makefile.in

index c092ea215c10908184095236267f70b46d45fac3..7315d2549c922d7cca9cfb906bd28b5748916a51 100644 (file)
@@ -1,3 +1,8 @@
+Sun Sep  6 00:00:51 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (INCLUDES): Update after recent toplevel gcc
+       reorganizations.
+
 1998-09-05  Mark Mitchell  <mark@markmitchell.com>
 
        * cp-tree.h (TI_PENDING_SPECIALIZATION_FLAG): Remove.
index a3cc8f969a1648b2c82345e90990e0a0be6d1d4f..f7e09414cb75904794526f884f59b8248bb25016 100644 (file)
@@ -160,7 +160,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: