projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f65add
)
.
author
Jim Meyering
<jim@meyering.net>
Sat, 2 May 1998 15:25:56 +0000
(15:25 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 2 May 1998 15:25:56 +0000
(15:25 +0000)
lib/Makefile.in
patch
|
blob
|
history
m4/Makefile.in
patch
|
blob
|
history
diff --git
a/lib/Makefile.in
b/lib/Makefile.in
index 33401b215497aed9dbce9b74f10e0992b1fce32e..acd20139e6fc0e7dc1438744a423af31d62869b0 100644
(file)
--- 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 317fb76bea2c4c38c4212dcb84a58cb3778cb7f5..bfdfff53d7ec4397121dffd8a54dff0816c0f3b5 100644
(file)
--- 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@