Make-lang.in: JAVA_INSTALL_NAME, JAVA_CROSS_NAME: Remove whitespace
authorMatthias Klose <doko@debian.org>
Tue, 11 Dec 2001 23:02:49 +0000 (23:02 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Tue, 11 Dec 2001 23:02:49 +0000 (23:02 +0000)
at end of line.

From-SVN: r47903

gcc/java/ChangeLog
gcc/java/Make-lang.in

index b72eaac..96edf32 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-12  Matthias Klose  <doko@debian.org>
+
+       * Make-lang.in: JAVA_INSTALL_NAME, JAVA_CROSS_NAME: Remove
+       whitespace at end of line.
+
 2001-12-11  Tom Tromey  <tromey@redhat.com>
 
        * lex.c (java_init_lex): Define wfl_to_string as
index c27c473..acc519b 100644 (file)
 # - define the names for selecting the language in LANGUAGES.
 
 # Actual names to use when installing a native compiler.
-JAVA_INSTALL_NAME = `echo gcj|sed '$(program_transform_name)'` 
+JAVA_INSTALL_NAME = `echo gcj|sed '$(program_transform_name)'`
 
 # Actual names to use when installing a cross-compiler.
-JAVA_CROSS_NAME = `echo gcj|sed '$(program_transform_cross_name)'` 
+JAVA_CROSS_NAME = `echo gcj|sed '$(program_transform_cross_name)'`
 
 GCJ = gcj