diff options
author | Jim Meyering <jim@meyering.net> | 2004-12-05 20:03:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-12-05 20:03:06 +0000 |
commit | 35dc3847acf1867b195e34adbb80145881db4aea (patch) | |
tree | b46cfd61e8c703cf680f55c07d572ee0e232d572 /lib | |
parent | f31e5e6defa256c131422a67291664f04becf2de (diff) | |
download | coreutils-35dc3847acf1867b195e34adbb80145881db4aea.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 6863e4c71..2336473ba 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -209,6 +209,7 @@ PROGRAMS = $(noinst_PROGRAMS) t_fpending_SOURCES = t-fpending.c t_fpending_OBJECTS = t-fpending.$(OBJEXT) t_fpending_LDADD = $(LDADD) +t_fpending_DEPENDENCIES = libfetish.a DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/config/depcomp am__depfiles_maybe = depfiles @@ -346,6 +347,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ noinst_LIBRARIES = libfetish.a +LDADD = libfetish.a AM_CPPFLAGS = -I.. -I$(srcdir) libfetish_a_SOURCES = acl.h acl.c getdate.h getdate.y posixtm.c \ posixtm.h posixver.c posixver.h strftime.c strftime.h hash.c \ |