summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-09 17:57:48 +0000
committerJim Meyering <jim@meyering.net>1997-07-09 17:57:48 +0000
commit6b544d3d8a538586e58a87b1e7fbc3fe9754b029 (patch)
treee499e39d56d18ab2fa8f49701e1c70b509f77db2 /lib
parent2624654a78f868b1ef37a09474484d57b8b23057 (diff)
downloadcoreutils-6b544d3d8a538586e58a87b1e7fbc3fe9754b029.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 73e2ddb4c..20c2eee17 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -101,7 +101,7 @@ libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)
noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
getdate.h getline.h getopt.h group-member.h long-options.h \
makepath.h modechange.h mountlist.h path-concat.h pathmax.h \
-save-cwd.h xstrtol.h xstrtoul.h
+save-cwd.h xstrtol.h xstrtoul.h strverscmp.h
BUILT_SOURCES = getdate.c posixtm.c
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -131,7 +131,7 @@ euidaccess.c fileblocks.c fnmatch.c fsusage.c ftruncate.c getdate.c \
getgroups.c getline.c group-member.c memcmp.c memcpy.c memset.c mkdir.c \
mktime.c mountlist.c obstack.c obstack.h posixtm.c regex.c regex.h \
rename.c rmdir.c rpmatch.c rx.c rx.h stpcpy.c strcasecmp.c strdup.c \
-strftime.c strndup.c strstr.c strtol.c strtoul.c ylwrap
+strftime.c strndup.c strstr.c strtol.c strtoul.c strverscmp.c ylwrap
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
@@ -151,8 +151,8 @@ DEP_FILES = .deps/addext.P .deps/alloca.P .deps/argmatch.P \
.deps/safe-read.P .deps/save-cwd.P .deps/savedir.P .deps/stpcpy.P \
.deps/strcasecmp.P .deps/strdup.P .deps/strftime.P .deps/stripslash.P \
.deps/strndup.P .deps/strstr.P .deps/strtol.P .deps/strtoul.P \
-.deps/userspec.P .deps/xgetcwd.P .deps/xmalloc.P .deps/xstrdup.P \
-.deps/xstrtol.P .deps/xstrtoul.P .deps/yesno.P
+.deps/strverscmp.P .deps/userspec.P .deps/xgetcwd.P .deps/xmalloc.P \
+.deps/xstrdup.P .deps/xstrtol.P .deps/xstrtoul.P .deps/yesno.P
SOURCES = $(libfu_a_SOURCES)
OBJECTS = $(libfu_a_OBJECTS)
@@ -163,7 +163,7 @@ default: all
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status