diff options
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/java/Make-lang.in | 2 | ||||
-rw-r--r-- | gcc/java/gcj.texi | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 5af91ac9430..2c2c35e03d4 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,9 @@ +2008-04-01 Joseph Myers <joseph@codesourcery.com> + + * gcj.texi: Include gpl_v3.texi instead of gpl.texi + * Make-lang.in (TEXI_JAVA_FILES): Include gpl_v3.texi instead of + gpl.texi. + 2008-03-27 Tom Tromey <tromey@redhat.com> * Make-lang.in: Revert automatic dependency patch. diff --git a/gcc/java/Make-lang.in b/gcc/java/Make-lang.in index bfb57a3b59b..8c6ce3e204f 100644 --- a/gcc/java/Make-lang.in +++ b/gcc/java/Make-lang.in @@ -311,7 +311,7 @@ java/jcf-path.o: java/jcf-path.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ $(srcdir)/java/jcf-path.c $(OUTPUT_OPTION) TEXI_JAVA_FILES = java/gcj.texi $(gcc_docdir)/include/fdl.texi \ - $(gcc_docdir)/include/gpl.texi $(gcc_docdir)/include/gcc-common.texi \ + $(gcc_docdir)/include/gpl_v3.texi $(gcc_docdir)/include/gcc-common.texi \ gcc-vers.texi # Documentation diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index f5df9d943e7..40e1cd6c10b 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -122,7 +122,7 @@ files and object files, and it can read both Java source code and @end menu -@include gpl.texi +@include gpl_v3.texi @include fdl.texi |