public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* FYI: fix parallel build failure
@ 2006-07-04 19:07 Thomas Fitzsimmons
  0 siblings, 0 replies; only message in thread
From: Thomas Fitzsimmons @ 2006-07-04 19:07 UTC (permalink / raw)
  To: java-patches

[-- Attachment #1: Type: text/plain, Size: 288 bytes --]

Hi,

I committed this fix for PR libgcj/28244, a parallel build failure introduced by 
my tools patch.

Tom

2006-07-04  Thomas Fitzsimmons  <fitzsim@redhat.com>

	PR libgcj/28244:
	* Makefile.am (libgcj_tools_la_DEPENDENCIES): Add libgcj.la and
	libgcj.spec.
	* Makefile.in: Regenerate.

[-- Attachment #2: libgcj-tools-deps-fix.patch --]
[-- Type: text/x-patch, Size: 452 bytes --]

Index: Makefile.am
===================================================================
--- Makefile.am	(revision 115105)
+++ Makefile.am	(working copy)
@@ -239,6 +239,7 @@
 libgcj_tools_la_GCJFLAGS = $(AM_GCJFLAGS) -findirect-dispatch
 libgcj_tools_la_LDFLAGS = -rpath $(toolexeclibdir) \
  -version-info `grep -v '^\#' $(srcdir)/libtool-version`
+libgcj_tools_la_DEPENDENCIES = libgcj.la libgcj.spec
 libgcj_tools_la_LINK = $(LIBLINK)
 
 ## libjvm.so

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-04 19:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-04 19:07 FYI: fix parallel build failure Thomas Fitzsimmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).