* Makefile.in (INCLUDES): Add "-I$(srcdir)/../../include".
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 8 Nov 1998 14:49:20 +0000 (14:49 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 8 Nov 1998 14:49:20 +0000 (14:49 +0000)
From-SVN: r23576

gcc/f/ChangeLog
gcc/f/Makefile.in

index fd8b554c656c5a2dcec052893f5af621ae0fb06c..b256a66f123776057a28b7649337ca69a2418ae7 100644 (file)
@@ -1,3 +1,7 @@
+Sun Nov  8 17:47:56 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Makefile.in (INCLUDES): Add "-I$(srcdir)/../../include".
+
 Sat Nov  7 15:58:54 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * g77spec.c: Don't include gansidecl.h.
index 639d633b5e56b5c68b6be09b88fb38c3d84e6a37..96975a5d7cdbba14c4777c3c8e7d59668bdd6489 100644 (file)
@@ -154,7 +154,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: