diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-19 07:37:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-19 07:37:10 +0000 |
commit | 7aff553950358e01feee110f9365d7062bfc4972 (patch) | |
tree | d7d3d54501140047f380b9ec83b1d849a583bb9f /src | |
parent | dee664c8bb921d0cab8f743a46cfced759fade3b (diff) | |
download | coreutils-7aff553950358e01feee110f9365d7062bfc4972.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 e18d34a73..73517d7da 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -957,7 +957,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 \ |