* Andreas Schwab wrote on Sat, Oct 14, 2006 at 03:01:01PM CEST: > Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > +* Languages changes: > > + > > + - subdir-object mode works now with Assembler. Assembler assumes > > + that the compiler understands `-c -o'. > > s/Assembler. Assembler/Assembler. Automake/ ?
Yes, that's better. Thanks. * Alexandre Duret-Lutz wrote on Sat, Oct 14, 2006 at 04:40:08PM CEST: > > OK. (And I see THANKS was updated here, so disregard my note in > another response.) Applied, thanks. > RW> For PR automake/492. > RW> * automake.in (output_flag): Set to `-o' for Assembler and > RW> preprocessed Assembler, assuming that all understand `-c -o'. > RW> * THANKS, NEWS: Update. > RW> * tests/subobj10.test: New test. > RW> * tests/Makefile.am: Update. > RW> Report by Thomas Schwinge.