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.1611 diff -u -r1.1611 automake.in --- automake.in 7 Aug 2005 09:48:30 -0000 1.1611 +++ automake.in 15 Aug 2005 17:35:44 -0000 @@ -1213,7 +1213,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' || $lang->name eq 'cppasm') && option 'subdir-objects'); # Compute a possible derived extension.