From b66bff56729407f61acb67ab7257e8b1e128a73f Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 16 Oct 1998 10:21:40 +0000 Subject: [PATCH] * Makefile.am (SUBDIRS): Added `.' again. --- ChangeLog | 2 ++ Makefile.am | 7 +------ Makefile.in | 5 +---- lib/am/Makefile.am | 7 +------ 4 files changed, 5 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c78f6e..5b8268d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1998-10-16 Tom Tromey + * Makefile.am (SUBDIRS): Added `.' again. + * Makefile.am (EXTRA_DIST): Removed automake.spec.in. From Matthew D. Langston. (info_TEXINFOS): Removed am-f77.texi. diff --git a/Makefile.am b/Makefile.am index 7bc64cc..954ee73 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,12 +5,7 @@ MAINT_CHARSET = latin1 ## We need `.' in SUBDIRS because we want `check' to build `.' before ## tests. - -# Matthew D. Langston -# Temporarily remove `.' from SUBDIRS because it is causing make to -# infinitely recurse, and I don't know why. -## SUBDIRS = . m4 tests -SUBDIRS = m4 tests +SUBDIRS = . m4 tests bin_SCRIPTS = automake aclocal info_TEXINFOS = automake.texi diff --git a/Makefile.in b/Makefile.in index 191bda4..6719a63 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66,10 +66,7 @@ VERSION = @VERSION@ AUTOMAKE_OPTIONS = gnits MAINT_CHARSET = latin1 -# Matthew D. Langston -# Temporarily remove `.' from SUBDIRS because it is causing make to -# infinitely recurse, and I don't know why. -SUBDIRS = m4 tests +SUBDIRS = . m4 tests bin_SCRIPTS = automake aclocal info_TEXINFOS = automake.texi diff --git a/lib/am/Makefile.am b/lib/am/Makefile.am index 7bc64cc..954ee73 100644 --- a/lib/am/Makefile.am +++ b/lib/am/Makefile.am @@ -5,12 +5,7 @@ MAINT_CHARSET = latin1 ## We need `.' in SUBDIRS because we want `check' to build `.' before ## tests. - -# Matthew D. Langston -# Temporarily remove `.' from SUBDIRS because it is causing make to -# infinitely recurse, and I don't know why. -## SUBDIRS = . m4 tests -SUBDIRS = m4 tests +SUBDIRS = . m4 tests bin_SCRIPTS = automake aclocal info_TEXINFOS = automake.texi -- 2.7.4