* automake.in (handle_install): Delete, inlined ... (generate_makefile): ... in here, as it had become a trivial one-liner.
Signed-off-by: Stefano Lattarini <[email protected]> --- automake.in | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/automake.in b/automake.in index b1875fd..e52a67a 100644 --- a/automake.in +++ b/automake.in @@ -3926,13 +3926,6 @@ sub handle_footer $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 () { @@ -6981,7 +6974,7 @@ sub generate_makefile ($$) $output_rules .= "install-binPROGRAMS: install-nobase_libLTLIBRARIES\n\n"; } - handle_install; + almost_verbatim ('install'); handle_clean ($makefile); handle_factored_dependencies; -- 1.7.10.4
