changeset 3068:8d6039272211

.
author Jim Meyering <jim@meyering.net>
date Tue, 19 Dec 2000 10:25:15 +0000
parents f2866952a57a
children 86b89a3e37f7
files m4/Makefile.in
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -126,7 +126,6 @@
 codeset.m4 \
 d-ino.m4 \
 d-type.m4 \
-dos.m4 \
 error.m4 \
 fnmatch.m4 \
 fpending.m4 \
@@ -184,7 +183,7 @@
 utimes.m4 \
 xstrtoumax.m4
 
-subdir = m4
+subdir = ac
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h
 CONFIG_CLEAN_FILES = 
@@ -198,7 +197,7 @@
 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) \