From: Tom Tromey Date: Sun, 27 Apr 1997 23:35:55 +0000 (+0000) Subject: nothing X-Git-Tag: pre-ian-conditionals~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d793b96c6337d6971f1619e4ac93b518aa0bd034;p=thirdparty%2Fautomake.git nothing --- diff --git a/automake.in b/automake.in index 078cc274e..c4bcc4321 100755 --- a/automake.in +++ b/automake.in @@ -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/;