]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 20 Jan 2005 22:57:36 +0000 (22:57 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 20 Jan 2005 22:57:36 +0000 (22:57 +0000)
config.hin
src/Makefile.in

index 9225a35cb521b56057a07bb8ed4f0ec095fe05bb..999d9d5cb1354bb8971a4b70cfff0edaff257fbe 100644 (file)
 /* Define to 1 if you have the `euidaccess' function. */
 #undef HAVE_EUIDACCESS
 
-/* Define to 1 if you have the `fchdir' function. */
-#undef HAVE_FCHDIR
-
 /* Define to 1 if you have the <fcntl.h> header file. */
 #undef HAVE_FCNTL_H
 
index 2a822584a33572faca49c223c7c843d2bd1baf6d..cee659660031ce5f07832246217419731ce1fca2 100644 (file)
@@ -943,7 +943,7 @@ uninstall-binPROGRAMS:
        done
 
 clean-binPROGRAMS:
-       -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/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 \