From: Akim Demaille Date: Mon, 23 Apr 2001 17:10:21 +0000 (+0000) Subject: * automake.in (%required_targets): Add `uninstall'. X-Git-Tag: handle-languages~53 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=876f88cb1931314446debd7b4a315339d0f5acfb;p=automake.git * automake.in (%required_targets): Add `uninstall'. From Robert Collins. --- diff --git a/ChangeLog b/ChangeLog index 597f8270..3415aa25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-04-20 Akim Demaille + + * automake.in (%required_targets): Add `uninstall'. + From Robert Collins. + 2001-04-12 Akim Demaille * automake.in (Language): Add attribute `name'. diff --git a/automake.in b/automake.in index e8d8d86f..b6beb971 100755 --- a/automake.in +++ b/automake.in @@ -427,6 +427,7 @@ my %required_targets = 'install' => 1, 'install-data' => 1, 'install-exec' => 1, + 'uninstall' => 1, # FIXME: Not required, temporary hacks. # Well, actually they are sort of required: the -recursive