]> sourceware.org Git - automake.git/commit
* subdirs.am: This file is the exception: clean recursive targets
authorAkim Demaille <akim@epita.fr>
Tue, 6 Feb 2001 10:17:56 +0000 (10:17 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 6 Feb 2001 10:17:56 +0000 (10:17 +0000)
commit75e2530aa2bac3d18b479fc5620b967a1f7ede6e
treec959984a48a612e6026707b5f14e885f2d682310
parent62968e11404ccbf1219d01d72ff2d4028fc9ee30
* 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
This page took 0.029832 seconds and 5 git commands to generate.