This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: Makefile.am
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 09 Dec 2003 11:25:03 -0700
- Subject: Re: Patch: Makefile.am
- References: <200312091832.46760.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> Makefile.am has a problem with installing generated inner nat
Michael> headers. The attached patch fixes this by explicitely
Michael> installing these headers. This was necessary because if the $
Michael> int the file names and mangling of this in make and install.
This is ok with one minor change.
Michael> +# Install inner class headers.
This should be a "##" comment so it doesn't end up in Makefile.in.
Tom