summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-08 04:26:01 +0000
committerJim Meyering <jim@meyering.net>1996-10-08 04:26:01 +0000
commit1b5b3bf6e2a22cd401e17d8f8d24c82585f71ecf (patch)
tree491193fb964e1ec4f13b4c23d88f9e4b0cafc71e /lib
parentcb806c0218be7c4bf18f2e138d35fa8a0145318e (diff)
downloadcoreutils-1b5b3bf6e2a22cd401e17d8f8d24c82585f71ecf.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 4cf28668c..55a95ad7c 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -40,9 +40,9 @@ transform = @program_transform_name@
noinst_LIBRARIES = fu
-EXTRA_DIST = alloca.c basename.c error.c euidaccess.c fnmatch.c fsusage.c \
-ftruncate.c getdate.y getline.c group-member.c memcmp.c memcpy.c memset.c \
-mkdir.c mktime.c mountlist.c obstack.c posixtm.y regex.c rx.c \
+EXTRA_DIST = basename.c euidaccess.c \
+getdate.y group-member.c memcpy.c memset.c \
+mkdir.c posixtm.y \
rename.c rmdir.c rpmatch.c \
stpcpy.c strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c
@@ -57,10 +57,11 @@ safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
fu_LIBADD = @LIBOBJS@ @ALLOCA@
+fu_DEPENDENCIES = $(fu_LIBADD)
noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
getline.h getopt.h group-member.h long-options.h makepath.h modechange.h \
-mountlist.h obstack.h path-concat.h pathmax.h regex.h rx.h \
+mountlist.h path-concat.h pathmax.h \
save-cwd.h xstrtol.h xstrtoul.h
BUILT_SOURCES = getdate.c posixtm.c
@@ -75,7 +76,6 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I..
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
-fu_DEPENDENCIES =
fu_OBJECTS = getdate.o getopt.o getopt1.o posixtm.o argmatch.o \
backupfile.o dirname.o filemode.o full-write.o getversion.o idcache.o \
isdir.o long-options.o makepath.o modechange.o path-concat.o \