]> sourceware.org Git - automake.git/commitdiff
2001-05-05 Robert Collins <robert.collins@itdomain.com.au>
authorTom Tromey <tromey@redhat.com>
Sat, 5 May 2001 20:53:36 +0000 (20:53 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 5 May 2001 20:53:36 +0000 (20:53 +0000)
* automake.in (required_targets): Added uninstall-am.

ChangeLog
automake.in

index 6cc13f36fd8ca7d562683d8a5ab8216b7654261d..038e40cab1e29889a7bc6a06978377823bc1eed8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-05  Robert Collins  <robert.collins@itdomain.com.au>
+
+       * automake.in (required_targets): Added uninstall-am.
+
 2001-05-05  Tom Tromey  <tromey@redhat.com>
 
        Fix bug reported by Robert Boehne:
index 03d45577f05025ee19e4745cacb31ff27837277e..6e6e438c2efbe460cc533aff8c47fa80e0eceeb5 100755 (executable)
@@ -437,6 +437,7 @@ my %required_targets =
    'install-data-am' => 1,
    'install-exec-am' => 1,
    'installcheck-am' => 1,
+   'uninstall-am' => 1,
 
    'install-man' => 1,
   );
This page took 0.046094 seconds and 5 git commands to generate.