diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-09-05 23:02:22 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-09-05 17:02:22 -0600 |
commit | 0c2e9d7ad3e3ba9c24239831ba8c7c786bc293b0 (patch) | |
tree | 2050b12d71f272082697c10b92531f03c5e27651 | |
parent | d261f3f9e691d33b1b063ee329809180b4d160e6 (diff) | |
download | gcc-0c2e9d7ad3e3ba9c24239831ba8c7c786bc293b0.zip gcc-0c2e9d7ad3e3ba9c24239831ba8c7c786bc293b0.tar.gz gcc-0c2e9d7ad3e3ba9c24239831ba8c7c786bc293b0.tar.bz2 |
Makefile.in (INCLUDES): Update after recent toplevel gcc reorganizations.
* Makefile.in (INCLUDES): Update after recent toplevel gcc
reorganizations.
From-SVN: r22283
-rw-r--r-- | gcc/cp/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/cp/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c092ea2..7315d25 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 <mark@markmitchell.com> * cp-tree.h (TI_PENDING_SPECIALIZATION_FLAG): Remove. diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index a3cc8f9..f7e0941 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: |