From 0c2e9d7ad3e3ba9c24239831ba8c7c786bc293b0 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Sat, 5 Sep 1998 23:02:22 +0000 Subject: [PATCH] Makefile.in (INCLUDES): Update after recent toplevel gcc reorganizations. * Makefile.in (INCLUDES): Update after recent toplevel gcc reorganizations. From-SVN: r22283 --- gcc/cp/ChangeLog | 5 +++++ gcc/cp/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c092ea215c1..7315d2549c9 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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 * cp-tree.h (TI_PENDING_SPECIALIZATION_FLAG): Remove. diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index a3cc8f969a1..f7e09414cb7 100644 --- a/gcc/cp/Makefile.in +++ b/gcc/cp/Makefile.in @@ -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: