]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
nothing
authorTom Tromey <tromey@redhat.com>
Sun, 27 Apr 1997 23:35:55 +0000 (23:35 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 27 Apr 1997 23:35:55 +0000 (23:35 +0000)
automake.in

index 078cc274e0fdf31b77b11ab4b9b3f9a7cfd83d76..c4bcc4321c87f49f7cc564e1f42fc4362e87ce42 100755 (executable)
@@ -916,7 +916,7 @@ sub handle_yacc_lex_cxx
                                     ':', '$(ANSI2KNR)'));
        # The ._c files also depend on ansi2knr.  We need both because
        # some makes don't apply transitivity through implicit rules.
-       local (%de_ansi_sources, $val, $x);
+       local (%de_ansi_sources, $x);
        foreach $x (keys %de_ansi_objects)
        {
            $x =~ s/o$/c/;