diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-19 18:58:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-19 18:58:24 +0000 |
commit | 332853e7227e963f4938275fcaf5acb43db91e23 (patch) | |
tree | 3ec11755cf290d6ada09cd73205a8e54e5edd188 /src | |
parent | 4c5032e91f49f115e74bfc302828316d249cbcd9 (diff) | |
download | coreutils-332853e7227e963f4938275fcaf5acb43db91e23.tar.xz |
.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 77199898f..9c3c408ef 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.8.3 from Makefile.am. +# Makefile.in generated by automake 1.8.3b from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -977,7 +977,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 \ |