* automake.in (handle_clean): Here, the argument '$makefile'. And remove
the now-redundant description of the function.
(generate_makefile): Adjust.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
}
}
-# handle_clean()
-# --------------
-# Handle all 'clean' targets.
-sub handle_clean ($)
+sub handle_clean ()
{
- my ($makefile) = @_;
-
my (%f, %d);
my @fkeys = keys %clean_files;
# $(BUILT_SOURCES), and related stuff.
verbatim ('common-targets');
- handle_clean ($makefile);
+ handle_clean ();
handle_factored_dependencies;
# Comes last, because all the above procedures may have