diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-23 15:07:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-23 15:07:45 +0000 |
commit | ae08ebecae4bb8aede53a49b08b50378a1f0fc11 (patch) | |
tree | 3d62759147947f3eb9005d736062b2e38d245dcd /src | |
parent | b111ca48855307ed8bcf42ef3443de7d82be62ee (diff) | |
download | coreutils-ae08ebecae4bb8aede53a49b08b50378a1f0fc11.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 cece97017..604dc6ba6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -947,7 +947,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 \ |