* automake.in (lang_yacc_finish): Added missing `&'.
authorTom Tromey <tromey@redhat.com>
Sat, 10 Apr 1999 09:30:55 +0000 (09:30 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 10 Apr 1999 09:30:55 +0000 (09:30 +0000)
ChangeLog
automake.in

index aaba437..4db9c86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-04-10  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (lang_yacc_finish): Added missing `&'.
+
 1999-04-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * automake.in (handle_configure): Replace multiple occurrences of
index c29cfa0..30df0f2 100755 (executable)
@@ -4805,7 +4805,7 @@ sub lang_yacc_finish
            # do.
            push (@maintainer_clean_files, "${base}.${hname}");
 
-           push_dist_common ("${base}.${hname}");
+           &push_dist_common ("${base}.${hname}");
        }
        push (@maintainer_clean_files, "${base}.${cname}");
     }