diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-07 16:57:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-07 16:57:30 +0000 |
commit | b278b201b5ba72b1bdcd68582020fedf04bfed87 (patch) | |
tree | 91db7698b99e93765e33c38edce3a964d6310041 /src | |
parent | 449258088589ed91e26d04e6ba2afee390c2125f (diff) | |
download | coreutils-b278b201b5ba72b1bdcd68582020fedf04bfed87.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 f5dfb4993..b266899aa 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -873,7 +873,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 \ |