From: Tom Tromey Date: Thu, 25 Mar 1999 22:08:41 +0000 (+0000) Subject: Comment fix X-Git-Tag: v1.10.2~2703 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6ce4ef32d7666c82fc2719a495351e79c6e1059;p=platform%2Fupstream%2Fautomake.git Comment fix --- diff --git a/automake.in b/automake.in index 3ad8d92..a5809e0 100755 --- a/automake.in +++ b/automake.in @@ -5700,10 +5700,8 @@ sub define_configure_variable &define_variable ($var, $value); } -# Define a compiler variable. When tracking dependencies, we want to -# define a slightly different variable here so that the actual -# compilation command contains all the dependency magic. We also -# handle defining the `LT' version of the command when using libtool. +# Define a compiler variable. We also handle defining the `LT' +# version of the command when using libtool. sub define_compiler_variable { local ($var, $ltcompile, $value) = @_;