]> sourceware.org Git - automake.git/commitdiff
* automake.in (lang_lex_finish): Rewrite `l', not `y', to `c'.
authorTom Tromey <tromey@redhat.com>
Tue, 23 Mar 1999 13:20:44 +0000 (13:20 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 23 Mar 1999 13:20:44 +0000 (13:20 +0000)
From Ralf Corsepius.

ChangeLog
automake.in

index 85f58b9ea27bb5cbf2b7fa6029a64b37265ecfc6..98ddc12731bf336386e8bc94f51939af56398f7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-03-23  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (lang_lex_finish): Rewrite `l', not `y', to `c'.
+       From Ralf Corsepius.
+
 1999-02-01  Thomas Tanner  <tanner@gmx.de>
 
        * automake.in: accept both A(C|M)_PROG_LIBTOOL, print a
index fec411f9b28b1561f24de5495c3434c0b770e614..47c70693e3f97fede9acb04199f648388eb5fa04 100755 (executable)
@@ -4739,7 +4739,7 @@ sub lang_lex_finish
        # should be removed by maintainer-clean.  So that's what we
        # do.
        $file =~ /^(.*)\.(l|ll|l\+\+|lxx|lpp)$/;
-       ($cname = $2) =~ tr/y/c/;
+       ($cname = $2) =~ tr/l/c/;
        push (@maintainer_clean_files, "${1}.${cname}");
     }
 
This page took 0.044668 seconds and 5 git commands to generate.