* Makefile.in (INCLUDES): Update for recent toplevel gcc changes.
From-SVN: r22309
This commit is contained in:
parent
4d6e34ea2b
commit
5db17173c6
2 changed files with 5 additions and 1 deletions
4
gcc/java/ChangeLog
Normal file
4
gcc/java/ChangeLog
Normal file
|
@ -0,0 +1,4 @@
|
|||
Mon Sep 7 13:59:49 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* Makefile.in (INCLUDES): Update for recent toplevel gcc changes.
|
||||
|
|
@ -162,7 +162,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