maint: dist-check.mk: remove .deps dirs before comparing
authorJim Meyering <meyering@fb.com>
Mon, 29 Feb 2016 03:48:38 +0000 (19:48 -0800)
committerJim Meyering <meyering@fb.com>
Mon, 29 Feb 2016 05:28:14 +0000 (21:28 -0800)
commit9860eb784749f8588346850e693d7460e5be1601
treeafc43b297c59c9ff2288f6820fbd969633d503ed
parente6af70bb9a9d09ebbdd78a88106b027f00fb1be2
maint: dist-check.mk: remove .deps dirs before comparing

"make distcheck" with automake-from-trunk would fail like this:
  ...
  Only in /gz/tests/torture/gzip/test/gzip-1.6.42-9d47.old: .deps
  Only in /gz/tests/torture/gzip/test/gzip-1.6.42-9d47.old/lib: .deps
  Only in /gz/tests/torture/gzip/test/gzip-1.6.42-9d47.old/lib/glthread: .deps
* dist-check.mk (my-distcheck): Remove all .deps directories before
comparing the two hierarchies.
dist-check.mk