* automake.in (read_am_file): Removed debugging code.
authorTom Tromey <tromey@redhat.com>
Tue, 8 May 2001 23:50:53 +0000 (23:50 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 8 May 2001 23:50:53 +0000 (23:50 +0000)
ChangeLog
automake.in

index 3f02e29..d6eb22d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-05-08  Tom Tromey  <tromey@redhat.com>
 
+       * automake.in (read_am_file): Removed debugging code.
+
        For PR automake/149:
        * tests/Makefile.am (TESTS): Added werror.test.
        (XFAIL_TESTS): Likewise.
index ea75ddd..d8aa76c 100755 (executable)
@@ -6698,7 +6698,7 @@ sub read_am_file
        }
        elsif (/$ASSIGNMENT_PATTERN/o)
        {
-           print STDERR;
+           print STDERR;
            # Found a macro definition.
            $was_rule = 0;
            $last_var_name = $1;
@@ -6724,7 +6724,7 @@ sub read_am_file
                $var_comment{$last_var_name} .= "$comment";
                $comment = $spacing = '';
 
-               print STDERR "$last_var_name => $last_var_value\n";
+               print STDERR "$last_var_name => $last_var_value\n";
                macro_define ($last_var_name, 0,
                              $last_var_type, $cond,
                              $last_var_value, $.)