From: Tom Tromey Date: Sat, 5 May 2001 20:53:36 +0000 (+0000) Subject: 2001-05-05 Robert Collins X-Git-Tag: handle-languages~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b4509186af7824a874532fe9b1fa1ff56c5d6a6;p=thirdparty%2Fautomake.git 2001-05-05 Robert Collins * automake.in (required_targets): Added uninstall-am. --- diff --git a/ChangeLog b/ChangeLog index 6cc13f36f..038e40cab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-05-05 Robert Collins + + * automake.in (required_targets): Added uninstall-am. + 2001-05-05 Tom Tromey Fix bug reported by Robert Boehne: diff --git a/automake.in b/automake.in index 03d45577f..6e6e438c2 100755 --- a/automake.in +++ b/automake.in @@ -437,6 +437,7 @@ my %required_targets = 'install-data-am' => 1, 'install-exec-am' => 1, 'installcheck-am' => 1, + 'uninstall-am' => 1, 'install-man' => 1, );