Make-lang.in: JAVA_INSTALL_NAME, JAVA_CROSS_NAME: Remove whitespace
at end of line. From-SVN: r47903
This commit is contained in:
parent
7fb754a1ad
commit
81deb0a3e6
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user