diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-15 10:41:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-15 10:41:10 +0000 |
commit | a32544a77f3f9d85270944204de4983e6feec31d (patch) | |
tree | b1198311eea6a689553479b29b87ec15c2faf90a /src | |
parent | 3b424797bc7f2eb9b19282ad783b17baf1ed95db (diff) | |
download | coreutils-a32544a77f3f9d85270944204de4983e6feec31d.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 edff8c8d5..dfccf1aad 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -843,7 +843,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 \ |