From: Jim Meyering Date: Sat, 14 May 2005 19:13:51 +0000 (+0000) Subject: . X-Git-Tag: CPPI-1_12~783 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53a152ff60ed1f3055eae0eb1c06ca102d486954;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 7bf02a865e..aabe223d04 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -82,11 +82,11 @@ DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ strndup.c strndup.h strnlen.c strpbrk.c strstr.c strtod.c \ strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c \ strtoumax.c strverscmp.c strverscmp.h tempname.c timespec.h \ - umaxtostr.c unistd-safer.h unlocked-io.h unsetenv.c userspec.c \ - userspec.h utime.c utimecmp.c utimecmp.h utimens.c utimens.h \ - vasnprintf.c vasprintf.c xalloc.h xmalloc.c xnanosleep.c \ - xnanosleep.h xstrtol.c xstrtol.h xstrtoul.c xtime.h yesno.c \ - yesno.h + umaxtostr.c unistd-safer.h unlinkdir.c unlinkdir.h \ + unlocked-io.h unsetenv.c userspec.c userspec.h utime.c \ + utimecmp.c utimecmp.h utimens.c utimens.h vasnprintf.c \ + vasprintf.c xalloc.h xmalloc.c xnanosleep.c xnanosleep.h \ + xstrtol.c xstrtol.h xstrtoul.c xtime.h yesno.c yesno.h ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \ $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \ @@ -580,6 +580,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strverscmp.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tempname.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/umaxtostr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/unlinkdir.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/unsetenv.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/userspec.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/utime.Po@am__quote@ diff --git a/src/Makefile.in b/src/Makefile.in index 8965434d0d..5bfdf5dc44 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -948,7 +948,7 @@ uninstall-binPROGRAMS: done clean-binPROGRAMS: - -test -z "$(bin_PROGRAMS)" || 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 \