From d261f3f9e691d33b1b063ee329809180b4d160e6 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Sat, 5 Sep 1998 22:51:23 +0000 Subject: 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 --- gcc/ch/ChangeLog | 5 +++++ gcc/ch/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 39d86e7..2a5c7c3 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,8 @@ +Sat Sep 5 23:49:50 1998 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (INCLUDES): Update after recent reorganization at the + toplevel gcc directory. + Sat Sep 5 22:25:51 1998 Richard Henderson * Makefile.in: Update dependancies for top-level gcc files that moved. 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]. -- cgit v1.1