diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-21 13:09:54 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-21 13:09:54 +0000 |
commit | 0ccf4cdab290cfe3a825dde881b80b52ad49c6c3 (patch) | |
tree | 7418e8fa472bc3b067145f52a87e7de620818c8c /libjava/Makefile.am | |
parent | 002fa7abacae61cf1ff114551c77849581ad677b (diff) | |
download | gcc-0ccf4cdab290cfe3a825dde881b80b52ad49c6c3.tar.gz |
* Makefile.in: Rebuilt.
* Makefile.am (INCLUDES): Added $(ZINCS).
* configure: Rebuilt.
* configure.in (ZINCS): New subst.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27083 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.am')
-rw-r--r-- | libjava/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index 88260d2f44c..687f831527e 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -71,7 +71,8 @@ endif JCFLAGS = -g JC1FLAGS = -g @LIBGCJ_JAVAFLAGS@ -INCLUDES = -Iinclude -I$(top_srcdir)/include $(GCINCS) $(THREADINCS) $(EH_COMMON_INCLUDE) +INCLUDES = -Iinclude -I$(top_srcdir)/include $(GCINCS) $(THREADINCS) \ + $(EH_COMMON_INCLUDE) $(ZINCS) ## ################################################################ |