summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-17 03:50:34 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-17 03:50:34 +0000
commita18a5093f84d0ef20711af85b7ce0b9392144f27 (patch)
tree841a9de24027d26580cb81a7bea2530326cc33f8
parent787605e5401c492a0be07e6da4b50b5e078cbfc3 (diff)
downloadcoreutils-a18a5093f84d0ef20711af85b7ce0b9392144f27.tar.xz
Regenerate.
-rw-r--r--config.hin3
-rw-r--r--src/Makefile.in5
2 files changed, 6 insertions, 2 deletions
diff --git a/config.hin b/config.hin
index 6233577ea..477ff08fa 100644
--- a/config.hin
+++ b/config.hin
@@ -442,6 +442,9 @@
/* Define if struct statfs has the f_fstypename member. */
#undef HAVE_F_FSTYPENAME_IN_STATFS
+/* Define to 1 if you have the `getaddrinfo' function. */
+#undef HAVE_GETADDRINFO
+
/* Define to 1 if you have the `getcwd' function. */
#undef HAVE_GETCWD
diff --git a/src/Makefile.in b/src/Makefile.in
index e938a11a7..16b0b1630 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -245,7 +245,8 @@ date_OBJECTS = date.$(OBJEXT)
date_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
dd_SOURCES = dd.c
dd_OBJECTS = dd.$(OBJEXT)
-dd_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
+dd_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1)
df_SOURCES = df.c
df_OBJECTS = df.$(OBJEXT)
df_LDADD = $(LDADD)
@@ -794,7 +795,7 @@ rm_LDADD = $(LDADD) $(LIB_EACCESS)
test_LDADD = $(LDADD) $(LIB_EACCESS)
# for clock_gettime and fdatasync
-dd_LDADD = $(LDADD) $(LIB_FDATASYNC)
+dd_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_FDATASYNC)
dir_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
ls_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
shred_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_FDATASYNC)