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 6cc13f3..038e40c 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 03d4557..6e6e438 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,
   );