This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: fix PR 26522
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 13 Apr 2006 14:55:55 -0600
- Subject: Patch: FYI: fix PR 26522
- Reply-to: tromey at redhat dot com
I'm checking this in on the trunk and the 4.1 branch.
I got tired of having this in my tree, and waiting for approval for
the change in config/, so I'm just checking in the libjava bits.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
PR libgcj/26522:
* Makefile.in: Rebuilt.
* Makefile.am (libsubdir): New variable.
Index: Makefile.am
===================================================================
--- Makefile.am (revision 112724)
+++ Makefile.am (working copy)
@@ -26,6 +26,9 @@
# autoconf2.13's target_alias
target_noncanonical = @target_noncanonical@
+# This is required by TL_AC_GXX_INCLUDE_DIR.
+libsubdir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)
+
##
## What gets installed, and where.
##