]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] refactoring: no "cleaning" rules in compile.am
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 21 Jun 2012 00:10:54 +0000 (02:10 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 21 Jun 2012 19:16:39 +0000 (21:16 +0200)
commitc66d183123ba0aaa8bd9e8750dbfbf1b99e39cf8
tree4af5458dc1d361c92c2ebf9193a76551efe5844e
parentc0e725abfcba609f0d962938e70f93daa62cdb83
[ng] refactoring: no "cleaning" rules in compile.am

* automake.in (handle_compile): To ensure the compiled objects are
removed, simply merge the contents of '%compile_clean_files' into
'%clean_files' here, instead of ...
* lib/am/compile.am (am__mostlyclean_files): ... appending them to
this variable here.  While we are at it, remove a stray declaration
of the already-deleted target 'mostlyclean-compile' as ".PHONY".

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