This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: Fix parallel build buglet
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 18 Jul 2005 14:41:01 -0600
- Subject: Patch: FYI: Fix parallel build buglet
- Reply-to: tromey at redhat dot com
I'm checking this in.
This fixes a parallel build problem pointed out by Andreas Jaeger.
Also I noticed that I used the wrong auto* when doing the merge :-(.
This change will fix this as well.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* Makefile.in: Rebuilt.
* Makefile.am ($(libgij_la_OBJECTS)): Depend on headers.stamp.
Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libjava/Makefile.am,v
retrieving revision 1.495
diff -u -r1.495 Makefile.am
--- Makefile.am 16 Jul 2005 17:39:53 -0000 1.495
+++ Makefile.am 18 Jul 2005 20:43:06 -0000
@@ -943,6 +943,7 @@
.PHONY: create-headers
$(libgcj_la_OBJECTS) $(gcj_dbtool_OBJECTS) $(xlib_nat_files): headers.stamp
+$(libgij_la_OBJECTS): headers.stamp
## ################################################################