Commit d261f3f9 by Jeffrey A Law Committed by Jeff Law

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
parent f7e2dc36
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 <rth@cygnus.com>
* Makefile.in: Update dependancies for top-level gcc files that moved.
......
......@@ -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].
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment