* lib/am/am-dir.am (am--distclean-amdir): Delete this phony rule and
the 'distclean-am' dependency on it ...
(am__distclean_dirs): ... simply append $(am.dir) to this instead.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
# Its counterpart with an absolute path and for use in subdir makefiles.
am.top-dir.abs = $(abs_top_builddir)/$(am.dir)
-.PHONY: am--distclean-amdir
-am--distclean-amdir:
- rm -rf $(am.dir)
-distclean-am: am--distclean-amdir
+am__distclean_dirs += $(am.dir)
$(am.dir):
@mkdir $@