This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [java] Patch to remove whitespace at end of line in Make-lang.in


checked in under the "obvious" rule.

Matthias Klose writes:
> Using the macros to get the name for the manual page would fail
> without this patch ($(JAVA_INSTALL_NAME)$(man1ext)).
> 
> 2001-12-09  Matthias Klose  <doko@debian.org>
> 
> 	* Make-lang.in: JAVA_INSTALL_NAME, JAVA_CROSS_NAME: Remove
> 	whitespace at end of line.
> 
> RCS file: /cvs/gcc/gcc/gcc/java/Make-lang.in,v
> retrieving revision 1.73
> diff -u -r1.73 Make-lang.in
> --- Make-lang.in	2001/11/29 16:50:19	1.73
> +++ Make-lang.in	2001/12/09 17:49:10
> @@ -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
>  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]