* subdirs.am: This file is the exception: clean recursive targets
authorAkim Demaille <akim@epita.fr>
Tue, 6 Feb 2001 10:17:57 +0000 (10:17 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 6 Feb 2001 10:17:57 +0000 (10:17 +0000)
commitde7f08184daf2c4b4428059a35d3aefe5d0fc912
tree1792660832a3d3ca893b4b6d09fb22637fdc53fc
parentc85255be1c3695267f1ce1ef463f2a66de261f08
* subdirs.am: This file is the exception: clean recursive targets
are called by the clean targets, not the clean-am targets.
Otherwise we have a circular dependency: clean -> clean-am ->
clean-recursive -> clean.
* automake.in (handle_clean): Bind `-local' targets to `-am'
targets, not top targets.
Don't declare -recursive dependencies of the clean targets:
`subdirs.am' did it.  Less hard coded knowledge, transfered
into...
* clean.am: here.
ChangeLog
Makefile.in
automake.in
clean.am
lib/am/clean.am
lib/am/subdirs.am
subdirs.am