From d6905ada818ecf94d013731278acaa353bb69b62 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 2 May 1998 15:25:56 +0000 Subject: [PATCH] . --- lib/Makefile.in | 3 ++- m4/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 33401b2154..acd20139e6 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -113,7 +113,8 @@ noinst_HEADERS = argmatch.h backupfile.h closeout.h \ error.h exclude.h fnmatch.h fsusage.h \ getdate.h getline.h getopt.h group-member.h human.h long-options.h \ makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \ -quotearg.h save-cwd.h savedir.h strverscmp.h xalloc.h xstrtol.h xstrtoul.h +quotearg.h safe-read.h save-cwd.h savedir.h strverscmp.h \ +xalloc.h xstrtol.h xstrtoul.h BUILT_SOURCES = getdate.c posixtm.c mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/m4/Makefile.in b/m4/Makefile.in index 317fb76bea..bfdfff53d7 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -66,6 +66,7 @@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ DATADIRNAME = @DATADIRNAME@ +DF_PROG = @DF_PROG@ GENCAT = @GENCAT@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ @@ -83,7 +84,6 @@ PACKAGE = @PACKAGE@ PERL = @PERL@ POFILES = @POFILES@ POSUB = @POSUB@ -POW_LIBM = @POW_LIBM@ RANLIB = @RANLIB@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ -- 2.30.2