From 362264b40d7ffd1db5d70a5482684c0cb7b516b5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 26 Jul 2004 06:14:11 +0000 Subject: [PATCH] Regenerate. --- config.hin | 6 ------ src/Makefile.in | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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 \ -- 2.47.2