distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
-am__remove_distdir = \
+am.dist.remove-distdir = \
if test -d "$(distdir)"; then \
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
&& rm -rf "$(distdir)" \
## See automake bug#10470.
|| { sleep 5 && rm -rf "$(distdir)"; }; \
else :; fi
-am__post_remove_distdir = $(am__remove_distdir)
+am__post_remove_distdir = $(am.dist.remove-distdir)
endif %?TOPDIR_P%
if %?SUBDIRS%
## Only for the top dir.
##
if %?TOPDIR_P%
- $(am__remove_distdir)
+ $(am.dist.remove-distdir)
test -d "$(distdir)" || mkdir "$(distdir)"
endif %?TOPDIR_P%
## Make the subdirectories for the files, avoiding to exceed command
$(am.dist.relativize-path); \
new_top_distdir=$$reldir; \
echo " (cd $$subdir && $(MAKE) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
- echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ echo " am.dist.remove-distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
(cd $$subdir && \
$(MAKE) \
top_distdir="$$new_top_distdir" \
distdir="$$new_distdir" \
-## Disable am__remove_distdir so that sub-packages do not clear a
+## Disable am.dist.remove-distdir so that sub-packages do not clear a
## directory we have already cleared and might even have populated
## (e.g. shared AUX dir in the sub-package).
- am__remove_distdir=: \
+ am.dist.remove-distdir=: \
## Disable filename length check:
am__skip_length_check=: \
## No need to fix modes more than once: