This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: don't install GC headers
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 31 Dec 2002 10:51:44 -0700
- Subject: Patch: FYI: don't install GC headers
- Reply-to: tromey at redhat dot com
I'm checking this in to the trunk and the branch.
With this change the GC headers are no longer installed.
This is part of PR 8933.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
For PR libgcj/8933:
* include/Makefile.in: Rebuilt.
* include/Makefile.am (noinst_HEADERS): Renamed from
include_HEADERS.
Index: include/Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/boehm-gc/include/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- include/Makefile.am 12 Sep 2001 01:57:03 -0000 1.1
+++ include/Makefile.am 31 Dec 2002 17:48:25 -0000
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign
-include_HEADERS = gc.h gc_backptr.h gc_local_alloc.h \
+noinst_HEADERS = gc.h gc_backptr.h gc_local_alloc.h \
gc_pthread_redirects.h gc_cpp.h