OSDN Git Service

Make-lang.in: JAVA_INSTALL_NAME, JAVA_CROSS_NAME: Remove whitespace
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Dec 2001 23:02:49 +0000 (23:02 +0000)
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Dec 2001 23:02:49 +0000 (23:02 +0000)
at end of line.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47903 138bc75d-0d04-0410-961f-82ee72b054a4

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