From: Paul Eggert Date: Mon, 26 Jul 2004 06:14:11 +0000 (+0000) Subject: Regenerate. X-Git-Tag: v5.3.0~1080 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=362264b40d7ffd1db5d70a5482684c0cb7b516b5;p=thirdparty%2Fcoreutils.git Regenerate. --- diff --git a/config.hin b/config.hin index 0d038843a8..597807704f 100644 --- a/config.hin +++ b/config.hin @@ -710,12 +710,6 @@ /* Define to 1 if you have the `setlocale' function. */ #undef HAVE_SETLOCALE -/* Define to 1 if you have the `setregid' function. */ -#undef HAVE_SETREGID - -/* Define to 1 if you have the `setreuid' function. */ -#undef HAVE_SETREUID - /* Define to 1 if you have the header file. */ #undef HAVE_SHADOW_H diff --git a/src/Makefile.in b/src/Makefile.in index a75fd6863d..5d974b015f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -978,7 +978,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 \