Patch: FYI: Fix PR 24057

Tom Tromey tromey@redhat.com
Mon Oct 3 19:17:00 GMT 2005


I'm checking this in.

This fixes PR 24057, by disabling the install code for some headers
in classpath.

Tom

Index: ChangeLog.gcj
from  Tom Tromey  <tromey@redhat.com>

	PR libgcj/24057:
	* include/Makefile.in: Rebuilt.
	* include/Makefile.am: Don't install headers.

Index: include/Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libjava/classpath/include/Makefile.am,v
retrieving revision 1.3
diff -u -r1.3 Makefile.am
--- include/Makefile.am 23 Sep 2005 21:30:39 -0000 1.3
+++ include/Makefile.am 3 Oct 2005 18:59:42 -0000
@@ -1,4 +1,5 @@
-include_HEADERS = jni.h jni_md.h jawt.h jawt_md.h
+## GCJ LOCAL: headers are installed specially.
+##include_HEADERS = jni.h jni_md.h jawt.h jawt_md.h
 
 DISTCLEANFILES = jni_md.h
 



More information about the Java-patches mailing list