summaryrefslogtreecommitdiffstats
path: root/libjava/Makefile.in
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-15 23:34:14 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-15 23:34:14 +0000
commit6eb903ad20bf975b48e069e8e0315d8e681dd2a3 (patch)
treedfa905036059a4d9641e3a58d4a2292abd9e07e9 /libjava/Makefile.in
parent933589d913b8998fa6b0c343ee52793f18b8f78d (diff)
downloadppe42-gcc-6eb903ad20bf975b48e069e8e0315d8e681dd2a3.tar.gz
ppe42-gcc-6eb903ad20bf975b48e069e8e0315d8e681dd2a3.zip
2003-01-15 Scott Gilbertson <scottg@mantatest.com>
* Makefile.in: Rebuilt. * Makefile.am (xlib_includes): New macro. (INCLUDES): Use it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61366 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.in')
-rw-r--r--libjava/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/libjava/Makefile.in b/libjava/Makefile.in
index 595c24fbfe7..e771b4e5cb4 100644
--- a/libjava/Makefile.in
+++ b/libjava/Makefile.in
@@ -136,6 +136,8 @@ AUTOMAKE_OPTIONS = foreign
@USE_LIBDIR_FALSE@toolexecdir = @USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
@XLIB_AWT_TRUE@cond_x_ltlibrary = @XLIB_AWT_TRUE@libgcjx.la
@XLIB_AWT_FALSE@cond_x_ltlibrary =
+@XLIB_AWT_TRUE@xlib_includes = @XLIB_AWT_TRUE@-I../libstdc++-v3/include -I../libstdc++-v3/include/$(target_alias) -I$(srcdir)/../libstdc++-v3/libsupc++
+@XLIB_AWT_FALSE@xlib_includes =
toolexeclib_LTLIBRARIES = libgcj.la lib-org-xml-sax.la lib-org-w3c-dom.la $(cond_x_ltlibrary)
toolexeclib_DATA = libgcj.spec
@@ -182,7 +184,7 @@ JC1FLAGS = @LIBGCJ_JAVAFLAGS@ $(GCJFLAGS)
LIBFFIINCS = @LIBFFIINCS@
INCLUDES = -I$(top_srcdir) -Iinclude -I$(top_srcdir)/include \
- $(GCINCS) $(THREADINCS) $(INCLTDL) \
+ $(GCINCS) $(THREADINCS) $(INCLTDL) $(xlib_includes) \
$(GCC_UNWIND_INCLUDE) $(ZINCS) $(LIBFFIINCS)
OpenPOWER on IntegriCloud