diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-21 18:50:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-21 18:50:03 +0000 |
commit | 082a7f82468a709618fd109b1ae4ae4e03980033 (patch) | |
tree | 47656a7e2282f8a1c07ee28f7a9ea93efe3ae9b6 | |
parent | f25499439bdddecb24d1e138c01b5eccded51623 (diff) | |
download | coreutils-082a7f82468a709618fd109b1ae4ae4e03980033.tar.xz |
.
-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 \ |