diff options
-rw-r--r-- | src/Makefile.in | 2 | ||||
-rw-r--r-- | tests/du/Makefile.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 1682138de..3d8805776 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -975,7 +975,7 @@ uninstall-binPROGRAMS: done clean-binPROGRAMS: - -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS) + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) installcheck-binPROGRAMS: $(bin_PROGRAMS) bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \ diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in index 1feb7c5e7..1a8b33000 100644 --- a/tests/du/Makefile.in +++ b/tests/du/Makefile.in @@ -259,6 +259,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = \ + files0-from \ inaccessible-cwd \ deref-args \ slash \ |