diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-26 14:54:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-26 14:54:50 +0000 |
commit | e206ab7b6f6e242eac54a75ff5885f4d9adb00d0 (patch) | |
tree | 2d90b68fbae96d66bccb0935405ce05d1f0a5425 /src | |
parent | ed660bc4a5837cffccbe19064f7bab457f171866 (diff) | |
download | coreutils-e206ab7b6f6e242eac54a75ff5885f4d9adb00d0.tar.xz |
.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 565a9389b..d2535e376 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -267,8 +267,9 @@ DISTCLEANFILES = localedir.h wheel_size = 5 # false exits nonzero even with --help or --version. -# Tell automake to exempt it from that installcheck test. -AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = false +# test doesn't support --help or --version. +# Tell automake to exempt then from that installcheck test. +AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = false test MAINTAINERCLEANFILES = $(BUILT_SOURCES) @@ -866,7 +867,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 \ |