diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-27 12:19:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-27 12:19:38 +0000 |
commit | e9c9e0f9e5c93e9f6af1ce99da661a81bb17d492 (patch) | |
tree | ca54fbdfec3fb7daa69bfc722bfb5b9267fcfe3b /lib | |
parent | 01a1964a1ca905a0f51ff232be609db63efd0e29 (diff) | |
download | coreutils-e9c9e0f9e5c93e9f6af1ce99da661a81bb17d492.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 9c3e4a564..781cec209 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -228,15 +228,15 @@ $(DEPDIR)/xgetcwd$U.Po $(DEPDIR)/xgethostname$U.Po \ $(DEPDIR)/xmalloc$U.Po $(DEPDIR)/xstrdup$U.Po $(DEPDIR)/xstrtod$U.Po \ $(DEPDIR)/xstrtol$U.Po $(DEPDIR)/xstrtoul$U.Po \ $(DEPDIR)/xstrtoumax$U.Po $(DEPDIR)/yesno$U.Po -DIST_COMMON = $(noinst_HEADERS) ChangeLog Makefile.am Makefile.in TODO \ -alloca.c chown.c dup2.c error.c error.h euidaccess.c fileblocks.c \ -fnmatch.c fsusage.c ftruncate.c getdate.c getgroups.c gethostname.c \ -getline.c getloadavg.c getusershell.c group-member.c lchown.c malloc.c \ -memchr.c memcmp.c memcpy.c memmove.c memset.c mkdir.c mktime.c \ -mountlist.c nanosleep.c obstack.c obstack.h putenv.c realloc.c regex.c \ -rmdir.c rpmatch.c stime.c stpcpy.c strcasecmp.c strcspn.c strdup.c \ -strftime.c strncasecmp.c strndup.c strpbrk.c strstr.c strtod.c strtol.c \ -strtoul.c strtoull.c strtoumax.c strverscmp.c utime.c +DIST_COMMON = README $(noinst_HEADERS) ChangeLog Makefile.am \ +Makefile.in TODO alloca.c chown.c dup2.c error.c error.h euidaccess.c \ +fileblocks.c fnmatch.c fsusage.c ftruncate.c getdate.c getgroups.c \ +gethostname.c getline.c getloadavg.c getusershell.c group-member.c \ +lchown.c malloc.c memchr.c memcmp.c memcpy.c memmove.c memset.c mkdir.c \ +mktime.c mountlist.c nanosleep.c obstack.c obstack.h putenv.c realloc.c \ +regex.c rmdir.c rpmatch.c stime.c stpcpy.c strcasecmp.c strcspn.c \ +strdup.c strftime.c strncasecmp.c strndup.c strpbrk.c strstr.c strtod.c \ +strtol.c strtoul.c strtoull.c strtoumax.c strverscmp.c utime.c DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |