# Handle 'dist' target.
sub handle_dist ()
{
- # Substitutions for distdir.am
- my %transform;
-
# Define DIST_SUBDIRS. This must always be done, regardless of the
# no-dist setting: target like 'distclean' or 'maintainer-clean' use it.
my $subdirs = var ('SUBDIRS');
define_variable ('am.dist.extra-targets', INTERNAL, @dist_targets);
define_variable ('am.dist.common-files.internal', INTERNAL, @dist_common);
- $output_rules .= &file_contents ('distdir',
- new Automake::Location,
- %transform);
+ $output_rules .= &file_contents ('distdir', new Automake::Location);
verbatim ('distcheck') if $relative_dir eq '.';
}