]> git.ipfire.org Git - thirdparty/automake.git/commit
depend: assume we can always pass '-o' to the C compiler
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 10 Jan 2013 18:38:58 +0000 (19:38 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 15 May 2013 13:53:29 +0000 (15:53 +0200)
commit7299c4d24b98b92c8bb9d17d146b46777ab12953
tree7b56f0e5205cf0b6825765bd1e5f844c28db895c
parent5b40c4e744ddd42ab823f0938bb9d96b34aec58e
depend: assume we can always pass '-o' to the C compiler

This is the case after the change in commit v1.13.1-56-g34001a9 of
2013-01-09 (compile: use 'compile' script when "-c -o" is used with
losing compilers).

This is just a simplification; no semantic changes are intended.

* bin/automake.in (handle_languages): Drop transform '%-o%', and
definitions of '$output_flag'.
* lib/am/depend2.am: Adjust to just assume the '?-o?' transform is
true, and the '%-o%' transform expands to "-o".

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
bin/automake.in
lib/am/depend2.am