Make-lang.in: JAVA_INSTALL_NAME, JAVA_CROSS_NAME: Remove whitespace

at end of line.

From-SVN: r47903
This commit is contained in:
Matthias Klose 2001-12-11 23:02:49 +00:00 committed by Matthias Klose
parent 7fb754a1ad
commit 81deb0a3e6
2 changed files with 7 additions and 2 deletions

View 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

View File

@ -42,10 +42,10 @@
# - 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