1999-01-10 Tom Tromey <tromey@cygnus.com>
+ * 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.
"\`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')
&am_line_error ($utarg, "use \`$x', not \`$utarg'");
}
}
- push (@all, 'all-local')
- if &target_defined ('all-local');
if (&target_defined ('install-local'))
{