summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-19 10:25:15 +0000
committerJim Meyering <jim@meyering.net>2000-12-19 10:25:15 +0000
commit275b1879c32a25f81a811ee465d6bfebd6178f46 (patch)
tree3218590ea9901c5432f5ffd7f7f2c1d2c97cc60b /m4
parent66cf2ad8cea92e2d045375465d98856c1c38522a (diff)
downloadcoreutils-275b1879c32a25f81a811ee465d6bfebd6178f46.tar.xz
.
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in
index a1442374a..f51841e0a 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -126,7 +126,6 @@ chown.m4 \
codeset.m4 \
d-ino.m4 \
d-type.m4 \
-dos.m4 \
error.m4 \
fnmatch.m4 \
fpending.m4 \
@@ -184,7 +183,7 @@ utime.m4 \
utimes.m4 \
xstrtoumax.m4
-subdir = m4
+subdir = ac
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
@@ -198,7 +197,7 @@ GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnits m4/Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --gnits ac/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \