Makefile.in (INCLUDES): Update after recent toplevel gcc reorganizations.
* Makefile.in (INCLUDES): Update after recent toplevel gcc reorganizations. From-SVN: r22283
This commit is contained in:
parent
d261f3f9e6
commit
0c2e9d7ad3
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Sep 6 00:00:51 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* Makefile.in (INCLUDES): Update after recent toplevel gcc
|
||||
reorganizations.
|
||||
|
||||
1998-09-05 Mark Mitchell <mark@markmitchell.com>
|
||||
|
||||
* cp-tree.h (TI_PENDING_SPECIALIZATION_FLAG): Remove.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue