]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] rules: can pass deps to &Automake::Rule::define
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 10 May 2012 08:24:55 +0000 (10:24 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 10 May 2012 11:18:12 +0000 (13:18 +0200)
commit245be387d3eefe5d1b39577ded1aa9d2345f4cff
tree67f709b139b2ddd5dd55f8ada0af8644268a759e
parent21423249a97c95023d79536ab570939c507d2df2
[ng] rules: can pass deps to &Automake::Rule::define

This change is only useful in view of future changes.

* lib/Automake/Rule.pm (define): Add parameter '$deps' (still unused).
Adjust comments and POD documentation.
* automake.in (file_contents_internal, read_am_file) [/$RULE_PATTERN/]:
Also pass the list of dependencies to the 'Automake::Rule::define'
invocation.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in
lib/Automake/Rule.pm