aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch/Makefile.in
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-09-05 22:51:23 +0000
committerJeff Law <law@gcc.gnu.org>1998-09-05 16:51:23 -0600
commitd261f3f9e691d33b1b063ee329809180b4d160e6 (patch)
tree9980aabf0260a4dca7f4c7db81e931f728bb4ea9 /gcc/ch/Makefile.in
parentf7e2dc364e4ea763e133693ae8d862f576231224 (diff)
downloadgcc-d261f3f9e691d33b1b063ee329809180b4d160e6.zip
gcc-d261f3f9e691d33b1b063ee329809180b4d160e6.tar.gz
gcc-d261f3f9e691d33b1b063ee329809180b4d160e6.tar.bz2
Makefile.in (INCLUDES): Update after recent reorganization at the toplevel gcc directory.
* Makefile.in (INCLUDES): Update after recent reorganization at the toplevel gcc directory. From-SVN: r22281
Diffstat (limited to 'gcc/ch/Makefile.in')
-rw-r--r--gcc/ch/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ch/Makefile.in b/gcc/ch/Makefile.in
index 0ad87e0..7d2a73c 100644
--- a/gcc/ch/Makefile.in
+++ b/gcc/ch/Makefile.in
@@ -153,7 +153,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
# Flags to pass to recursive makes.
# ??? $(CC) may need some work to handle stage[123].