summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-15 05:46:45 +0000
committerJim Meyering <jim@meyering.net>1999-05-15 05:46:45 +0000
commitdad89f8b93eceed5081c068ff9f1056f0e5f58c6 (patch)
tree5c54c7b944e050240effaa29637f6e5527011dad /m4
parent23d3bb9416dcf7b8c1f4fdd1215dea8d34706201 (diff)
downloadcoreutils-dad89f8b93eceed5081c068ff9f1056f0e5f58c6.tar.xz
.
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 3eeb648b3..e392cd884 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@
GETCONF = @GETCONF@
GMOFILES = @GMOFILES@
@@ -82,16 +83,17 @@ LIBOBJS = @LIBOBJS@
MAKEINFO = @MAKEINFO@
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
+MVDIR_PROG = @MVDIR_PROG@
PACKAGE = @PACKAGE@
PERL = @PERL@
POFILES = @POFILES@
POSUB = @POSUB@
-POW_LIBM = @POW_LIBM@
RANLIB = @RANLIB@
U = @U@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
+YACC = @YACC@
l = @l@
@@ -147,6 +149,7 @@ utime.m4 \
utimes.m4 \
xstrtoumax.m4
+subdir = m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
@@ -172,8 +175,6 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-subdir = m4
-
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \