From 6f82682a6455f66184ee19b259d19ba18b2f0387 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 26 Oct 1997 04:26:09 +0000 Subject: [PATCH] . --- lib/Makefile.in | 20 ++++++++++---------- m4/Makefile.in | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index aa96537..4ea3289 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -90,7 +90,7 @@ l = @l@ noinst_LIBRARIES = libfu.a -EXTRA_DIST = chown.c getgroups.c getline.c lstat.c mktime.c \ +EXTRA_DIST = chown.c getgroups.c getline.c lstat.c malloc.c mktime.c \ realloc.c stat.c strftime.c INCLUDES = -I.. -I$(srcdir) -I../intl @@ -135,11 +135,11 @@ HEADERS = $(noinst_HEADERS) DIST_COMMON = Makefile.am Makefile.in alloca.c chown.c error.c error.h \ euidaccess.c fileblocks.c fnmatch.c fsusage.c ftruncate.c getdate.c \ -getgroups.c getline.c group-member.c lstat.c memcmp.c memcpy.c memset.c \ -mkdir.c mktime.c mountlist.c obstack.c obstack.h posixtm.c realloc.c \ -regex.c regex.h rename.c rmdir.c rpmatch.c rx.c rx.h stat.c stpcpy.c \ -strcasecmp.c strdup.c strftime.c strndup.c strstr.c strtol.c strtoul.c \ -strverscmp.c ylwrap +getgroups.c getline.c group-member.c lstat.c malloc.c memcmp.c memcpy.c \ +memset.c mkdir.c mktime.c mountlist.c obstack.c obstack.h posixtm.c \ +realloc.c regex.c regex.h rename.c rmdir.c rpmatch.c rx.c rx.h stat.c \ +stpcpy.c strcasecmp.c strdup.c strftime.c strndup.c strstr.c strtol.c \ +strtoul.c strverscmp.c ylwrap DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) @@ -153,10 +153,10 @@ DEP_FILES = .deps/addext.P .deps/alloca.P .deps/argmatch.P \ .deps/getdate.P .deps/getgroups.P .deps/getline.P .deps/getopt.P \ .deps/getopt1.P .deps/group-member.P .deps/hash.P .deps/idcache.P \ .deps/isdir.P .deps/long-options.P .deps/lstat.P .deps/makepath.P \ -.deps/memcmp.P .deps/memcpy.P .deps/memset.P .deps/mkdir.P \ -.deps/mktime.P .deps/modechange.P .deps/mountlist.P .deps/obstack.P \ -.deps/path-concat.P .deps/posixtm.P .deps/realloc.P .deps/regex.P \ -.deps/rename.P .deps/rmdir.P .deps/rpmatch.P .deps/rx.P \ +.deps/malloc.P .deps/memcmp.P .deps/memcpy.P .deps/memset.P \ +.deps/mkdir.P .deps/mktime.P .deps/modechange.P .deps/mountlist.P \ +.deps/obstack.P .deps/path-concat.P .deps/posixtm.P .deps/realloc.P \ +.deps/regex.P .deps/rename.P .deps/rmdir.P .deps/rpmatch.P .deps/rx.P \ .deps/safe-read.P .deps/save-cwd.P .deps/savedir.P .deps/stat.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 \ diff --git a/m4/Makefile.in b/m4/Makefile.in index 192a5ac..05103eb 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -94,8 +94,8 @@ l = @l@ EXTRA_DIST = README \ chown.m4 check-decl.m4 d-ino.m4 d-type.m4 decl.m4 getgroups.m4 getline.m4 \ -getloadavg.m4 jm-mktime.m4 jm-winsz1.m4 jm-winsz2.m4 lstat.m4 memcmp.m4 \ -putenv.m4 realloc.m4 stat.m4 strftime.m4 uptime.m4 +getloadavg.m4 jm-mktime.m4 jm-winsz1.m4 jm-winsz2.m4 lstat.m4 malloc.m4 \ +memcmp.m4 putenv.m4 realloc.m4 stat.m4 strftime.m4 uptime.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = -- 2.7.4