]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
ansi2knr fix
authorTom Tromey <tromey@redhat.com>
Sun, 11 May 1997 20:39:58 +0000 (20:39 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 11 May 1997 20:39:58 +0000 (20:39 +0000)
ChangeLog
automake.in

index 967a2ab111aae8aeeb21e86e4f08cd50278b370d..614da83f4138471a19c372e5e05815f2a09863c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 Sun May 11 13:59:14 1997  Tom Tromey  <tromey@cygnus.com>
 
+       * automake.in (get_object_extension): If ansi2knr in another
+       directory, always define ANSI2KNR to full path.  From Akim
+       Demaille.
+
        * kr-extra.am (clean-krextra): Remove ansi2knr here, not in
        distclean-krextra.
 
index 94d881399b61de407d7edff8bc48e7438ba8a960..506f98ee4a256910f6759940b3fd4d8cec9c0885 100755 (executable)
@@ -786,7 +786,7 @@ sub get_object_extension
            else
            {
                # Found in another directory.
-               &define_variable ("ANSI2KNR", &dirname ($options{'ansi2knr'}));
+               &define_variable ("ANSI2KNR", $options{'ansi2knr'});
            }
 
            $output_rules .= &file_contents ('compile-kr');