]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Regenerate.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Jul 2004 06:14:11 +0000 (06:14 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Jul 2004 06:14:11 +0000 (06:14 +0000)
config.hin
src/Makefile.in

index 0d038843a82933e1b9436317d1b5044254477b3b..597807704f1ae1adc8bbc99c1c516e0f13ab66f0 100644 (file)
 /* 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
 
index a75fd6863d1d750162d2fa816daf18ecfc32539e..5d974b015fe77d80dd31447736978dae10f22a76 100644 (file)
@@ -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 \