]> sourceware.org Git - automake.git/commitdiff
tags fix
authorTom Tromey <tromey@redhat.com>
Wed, 26 Feb 1997 07:21:29 +0000 (07:21 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 26 Feb 1997 07:21:29 +0000 (07:21 +0000)
ChangeLog
automake.in

index 90d8482b4a9aac386efe4b42b1529117f0b0887c..7d6f6913c679b9bacb1cf85329a6f0f8a9ab37e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Feb 26 00:20:39 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (handle_tags): In default case, add @tags_deps to
+       dependencies of tags target.
+
 Tue Feb 25 23:46:29 1997  Tom Tromey  <tromey@cygnus.com>
 
        * automake.in (handle_tests): If a test failed, then make should
index 46fdbac1e6e9f4cef660054074d005c38cbe5332..5a93b0cc89c33e30cda8d8af423c55ae86b7cd02 100755 (executable)
@@ -1892,7 +1892,8 @@ sub handle_tags
        # Every Makefile must define some sort of TAGS rule.
        # Otherwise, it would be possible for a top-level "make TAGS"
        # to fail because some subdirectory failed.
-       $output_rules .= "tags: TAGS\nTAGS:\n\n";
+       $output_rules .= ("tags: " . join (' ', @tags_deps)
+                         . " TAGS\nTAGS:\n\n");
     }
 }
 
This page took 0.0441 seconds and 5 git commands to generate.