summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-26 06:14:11 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-26 06:14:11 +0000
commit362264b40d7ffd1db5d70a5482684c0cb7b516b5 (patch)
tree59d0b624c28dcde3f848850addfe28c1fcb07334
parent218f93ec2c12f0b11f6cc29711c00d84631a3dc7 (diff)
downloadcoreutils-362264b40d7ffd1db5d70a5482684c0cb7b516b5.tar.xz
Regenerate.
-rw-r--r--config.hin6
-rw-r--r--src/Makefile.in2
2 files changed, 1 insertions, 7 deletions
diff --git a/config.hin b/config.hin
index 0d038843a..597807704 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 <shadow.h> header file. */
#undef HAVE_SHADOW_H
diff --git a/src/Makefile.in b/src/Makefile.in
index a75fd6863..5d974b015 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 \