* automake.in (handle_install): Delete, inlined ...
(generate_makefile): ... in here, as it had become a
trivial one-liner.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
$output_trailer .= file_contents ('footer', new Automake::Location);
}
-
-# Generate 'make install' rules.
-sub handle_install ()
-{
- almost_verbatim ('install');
-}
-
# Generate "make all" and "make check" rules.
sub handle_all_and_check ()
{
$output_rules .= "install-binPROGRAMS: install-nobase_libLTLIBRARIES\n\n";
}
- handle_install;
+ almost_verbatim ('install');
handle_clean ($makefile);
handle_factored_dependencies;