summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-05 23:15:01 +0000
committerJim Meyering <jim@meyering.net>2004-12-05 23:15:01 +0000
commitb272341d190d4ab45367993dd4158ea03dec33a7 (patch)
tree729529119188db42d0be25ab55efd08275d0aa7b /lib
parent9e373e5a86a1c18846ce7c758fdeee0a9761a6fb (diff)
downloadcoreutils-b272341d190d4ab45367993dd4158ea03dec33a7.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 2336473ba..bfde89716 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -209,7 +209,8 @@ PROGRAMS = $(noinst_PROGRAMS)
t_fpending_SOURCES = t-fpending.c
t_fpending_OBJECTS = t-fpending.$(OBJEXT)
t_fpending_LDADD = $(LDADD)
-t_fpending_DEPENDENCIES = libfetish.a
+am__DEPENDENCIES_3 = libfetish.a
+t_fpending_DEPENDENCIES = $(am__DEPENDENCIES_3)
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
am__depfiles_maybe = depfiles
@@ -347,7 +348,7 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
noinst_LIBRARIES = libfetish.a
-LDADD = libfetish.a
+LDADD = $(noinst_LIBRARIES)
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 \
@@ -893,7 +894,8 @@ fnmatch.h: fnmatch_.h
check: unit-test
-unit-test:
+.PHONY: unit-test
+unit-test: t-fpending
./t-fpending > /dev/null
# We need the following in order to create an <getopt.h> when the system