]> git.ipfire.org Git - thirdparty/automake.git/commit
depend: reduce code duplication
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 10 Jan 2013 20:31:57 +0000 (21:31 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 15 May 2013 13:53:30 +0000 (15:53 +0200)
commit13abbe06ca25c31f011dc3deba21330ca0d7e8ad
tree745dcb73f38ede00eaa515f6fda336e8dbe16af0
parent27a6abf4b952e0489dcf87f0770c2b207b733f73
depend: reduce code duplication

Just a simplification; no semantic change is intended.

* lib/am/depend2.am (am__set_depbase): New.  Use it in all the three
flavours of recipes (.o, .obj, .lo), instead of duplicating its code.

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