diff options
author | Jim Meyering <jim@meyering.net> | 2004-07-08 14:04:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-07-08 14:04:35 +0000 |
commit | c5211912ed2e9c91282c50552dcac73139ca0607 (patch) | |
tree | 0fa366914c2de4f4ffe06c5149a7c425c89e8f0f /src | |
parent | dd0d9c278abf4094e85d068ba873036a3b8d4729 (diff) | |
download | coreutils-c5211912ed2e9c91282c50552dcac73139ca0607.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 8175052d8..3087831dd 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -933,7 +933,7 @@ uninstall-binPROGRAMS: done clean-binPROGRAMS: - -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS) + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) installcheck-binPROGRAMS: $(bin_PROGRAMS) bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \ |