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 /gcc/cp/Makefile.in | |
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
Diffstat (limited to 'gcc/cp/Makefile.in')
-rw-r--r-- | gcc/cp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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: |