diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-08 10:27:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-08 10:27:19 +0000 |
commit | 9d7d671604cddc49c24fab41c685606837abc928 (patch) | |
tree | 9a5c4dbcaaceccffbdc84af1ffdd3a5978ff7e06 /src | |
parent | 5abd02fef68405d78ff2fd9cd83c9c589fa94eb1 (diff) | |
download | coreutils-9d7d671604cddc49c24fab41c685606837abc928.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 a1234e8f6..dfdd46b09 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 \ |