From 9ac1def451b9d1523eb2efaa4c2806390ddbc514 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 10 Jan 1999 18:03:34 +0000 Subject: [PATCH] * automake.in (handle_merge_targets): Don't special-case "-local" targets. Test all.test. --- ChangeLog | 3 +++ TODO | 2 -- automake.in | 14 -------------- 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index a467c050..3dd773ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-01-10 Tom Tromey + * automake.in (handle_merge_targets): Don't special-case "-local" + targets. Test all.test. + * automake.in (handle_texinfo): Prepend $(srcdir) to directory used to find texinfo.tex. Report from Glenn Amerine. diff --git a/TODO b/TODO index 493b2eb7..bd0430f5 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,3 @@ -* all-local ends up as dependency of all-am twice - * foo=bar if cond foo += joe diff --git a/automake.in b/automake.in index 278ba47c..8a33c5fc 100755 --- a/automake.in +++ b/automake.in @@ -3364,18 +3364,6 @@ sub handle_merge_targets "\`install-info-local' target defined but \`no-installinfo' option not in use"); } - # Handle the various install targets specially. We do this so - # that (eg) "make install-exec" will run "install-exec-recursive" - # if required, but "make install" won't run it twice. Step one is - # to see if the user specified local versions of any of the - # targets we handle. "all" is treated as one of these since - # "install" can run it. - push (@install_exec, 'install-exec-local') - if &target_defined ('install-exec-local'); - push (@install_data, 'install-data-local') - if &target_defined ('install-data-local'); - push (@uninstall, 'uninstall-local') - if &target_defined ('uninstall-local'); local ($utarg); foreach $utarg ('uninstall-data-local', 'uninstall-data-hook', 'uninstall-exec-local', 'uninstall-exec-hook') @@ -3387,8 +3375,6 @@ sub handle_merge_targets &am_line_error ($utarg, "use \`$x', not \`$utarg'"); } } - push (@all, 'all-local') - if &target_defined ('all-local'); if (&target_defined ('install-local')) { -- 2.43.5