* automake.in (handle_libtool): Do not bother cleaning '_libs' directories, they are only used by Libtool on MS-DOS (and we don't support that anymore).
Signed-off-by: Stefano Lattarini <[email protected]> --- automake.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/automake.in b/automake.in index 02d8ff0..e438de1 100644 --- a/automake.in +++ b/automake.in @@ -2235,9 +2235,7 @@ sub handle_libtool foreach my $dir (%libtool_clean_directories) { - # '.libs' is for Unix, '_libs' for DOS. $clean_dirs{"$dir/.libs"} = CLEAN; - $clean_dirs{"$dir/_libs"} = CLEAN; } if ($relative_dir eq '.') -- 1.7.9.5
