diff options
Diffstat (limited to 'dist-check.mk')
-rw-r--r-- | dist-check.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist-check.mk b/dist-check.mk index 9f8db1345..afa24bfd8 100644 --- a/dist-check.mk +++ b/dist-check.mk @@ -123,7 +123,7 @@ my-distcheck: $(DIST_ARCHIVES) $(local-check) # With post-v1.15 automake, "distclean" would fail to remove .deps # directories, leading to a spurious failure of the following recursive diff. # FIXME: remove this, once automake is fixed. - find $(t)/$(distdir).old $(t)/$(distdir) -name .deps | xargs rmdir + find $(t)/$(distdir).old $(t)/$(distdir) -name .deps | xargs -r rmdir diff -ur $(t)/$(distdir).old $(t)/$(distdir) -rm -rf $(t) rmdir $(tmpdir)/$(PACKAGE) $(tmpdir) |