]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] automake: remove useless code duplication
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 Jul 2012 12:22:56 +0000 (14:22 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 Jul 2012 15:06:00 +0000 (17:06 +0200)
commit27bbb0b1ef0a8273b262730263a5f31a39924b0e
treef7b7d1a424b3dd55c99ec6c7dd790fbc2fddfdaf
parent4dea566e9832b4a803ee5f319925e5c892ee8caa
[ng] automake: remove useless code duplication

This is a pure refactoring with no semantic changes intended.

* automake.in (handle_all_and_check, handle_tags): Do not re-calculate
the list of "local" input or output header files (specified by
AC_CONFIG_HEADERS in configure.ac); that is already saved in the internal
make variables '$(am.config-hdr.local)' and '$(am.config-hdr.local.in)'.
Simply use these variables instead.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in