diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-17 13:48:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-17 13:48:45 +0000 |
commit | 5993f5a2cfef55af2d44e3c042d1e4ffd9eb0107 (patch) | |
tree | 3d1ce593df85e67cff2a705a576ab6af021e03ac /src | |
parent | a913b0f3a46eb82e7e3391ab6e567b38f213b052 (diff) | |
download | coreutils-5993f5a2cfef55af2d44e3c042d1e4ffd9eb0107.tar.xz |
.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index d39111161..d7a737ed1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -974,7 +974,7 @@ uninstall-binPROGRAMS: done clean-binPROGRAMS: - -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS) installcheck-binPROGRAMS: $(bin_PROGRAMS) bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \ |