This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Makefile tweaks
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 10 Apr 2007 11:18:00 -0600
- Subject: Re: [RFA] Makefile tweaks
- References: <461BC8F9.3070606@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> I noticed that there are a few tweaks needed to get the build running:
Keith> sources.am and Makefile.in need to be regenerated after Kyle's
Keith> ArrayValue patch.
Please check this in ASAP.
Kyle, please make sure to test changes in the tree before a commit.
This is the second build-breaker in 2 days ... bad!
Keith> At the same time, I'd like to add a dependency for interpret.cc on
Keith> interpret-run.cc, for obvious reasons.
Hmm, why did you need this? It should be taken care of by the
automatic dependency tracking, and when I look at .deps/interpret.Plo
I see it mentioned there...
Tom