diff options
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/java/Make-lang.in | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index e294b03..477f552 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,5 +1,9 @@ 2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com> + * Make-lang.in (java.all.build, java.install-normal): Remove. + +2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com> + * Make-lang.in: Remove all dependencies on s-gtype, except for gt-java-parse.h. diff --git a/gcc/java/Make-lang.in b/gcc/java/Make-lang.in index 2605fd2..8cecf4f 100644 --- a/gcc/java/Make-lang.in +++ b/gcc/java/Make-lang.in @@ -26,8 +26,8 @@ # This file provides the language dependent support in the main Makefile. # Each language makefile fragment must provide the following targets: # -# foo.all.build, foo.all.cross, foo.start.encap, foo.rest.encap, -# foo.install-normal, foo.install-common, foo.install-man, +# foo.all.cross, foo.start.encap, foo.rest.encap, +# foo.install-common, foo.install-man, # foo.uninstall, # foo.mostlyclean, foo.clean, foo.distclean, # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 @@ -160,7 +160,6 @@ jvgenmain$(exeext): $(JVGENMAIN_OBJS) $(LIBDEPS) # # Build hooks: -java.all.build: $(GCJ)$(exeext) java.all.cross: $(GCJ)-cross$(exeext) java.start.encap: $(GCJ)$(exeext) java.rest.encap: @@ -194,9 +193,6 @@ check-java : # jc1, gcj, jvgenmain, and gcjh are installed elsewhere as part # of $(COMPILERS). -# Nothing to do here. -java.install-normal: - # Install gcj as well as the target-independent tools. # For a native build, we special-case gcjh and also install # its explicitly-prefixed variant. This allows us to write |