2005-08-15 Stepan Kasal * automake.in (handle_languages): With subdir-objects set, add the -o option for Assembler sources, too. Index: automake.in =================================================================== RCS file: /cvsroot/automake/automake/automake.in,v retrieving revision 1.1569.2.18 diff -u -r1.1569.2.18 automake.in --- automake.in 30 Jun 2005 21:19:58 -0000 1.1569.2.18 +++ automake.in 15 Aug 2005 17:36:02 -0000 @@ -1138,7 +1138,7 @@ my $output_flag = $lang->output_flag || ''; $output_flag = '-o' if (! $output_flag - && $lang->name eq 'c' + && ($lang->name eq 'c' || $lang->name eq 'asm') && option 'subdir-objects'); # Compute a possible derived extension.