summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-19 04:20:57 +0000
committerJim Meyering <jim@meyering.net>1999-04-19 04:20:57 +0000
commit0b8e81aab98ece3702dfdd50168f6168068d1e1a (patch)
tree0e5ce0d8e0a4c21828d945ee9972e3c71be62b35 /m4
parenta0119464b808c353488924d61ef187491cb2adc9 (diff)
downloadcoreutils-0b8e81aab98ece3702dfdd50168f6168068d1e1a.tar.xz
.
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.am3
-rw-r--r--m4/Makefile.in5
2 files changed, 5 insertions, 3 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am
index 692bd4d66..e2c3d61fc 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -49,7 +49,8 @@ uintmax_t.m4 \
uptime.m4 \
utimbuf.m4 \
utime.m4 \
-utimes.m4
+utimes.m4 \
+xstrtoumax.m4
##m4-files-end
Makefile.am: Makefile.am.in
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 6dc9ebcad..f278c5b47 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -85,7 +85,6 @@ POFILES = @POFILES@
POSUB = @POSUB@
POW_LIBM = @POW_LIBM@
RANLIB = @RANLIB@
-TAR = @TAR@
U = @U@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
@@ -141,7 +140,8 @@ uintmax_t.m4 \
uptime.m4 \
utimbuf.m4 \
utime.m4 \
-utimes.m4
+utimes.m4 \
+xstrtoumax.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
@@ -186,6 +186,7 @@ distdir: $(DISTFILES)
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
+
info-am:
info: info-am
dvi-am: