summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-05-02 15:25:56 +0000
committerJim Meyering <jim@meyering.net>1998-05-02 15:25:56 +0000
commit5b7e895b6537949da12352205ec4d5c5577ac3d4 (patch)
tree4a89ac660761ab0a63ee0bc62a85723bab407dca
parent2e97d27586816254cbf5ffcf935760824882e2ab (diff)
downloadcoreutils-5b7e895b6537949da12352205ec4d5c5577ac3d4.tar.xz
.
-rw-r--r--lib/Makefile.in3
-rw-r--r--m4/Makefile.in2
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 33401b215..acd20139e 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 317fb76be..bfdfff53d 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@