* Makefile.am (SUBDIRS): Added `.' again.
authorTom Tromey <tromey@redhat.com>
Fri, 16 Oct 1998 10:21:40 +0000 (10:21 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 16 Oct 1998 10:21:40 +0000 (10:21 +0000)
ChangeLog
Makefile.am
Makefile.in
lib/am/Makefile.am

index 5c78f6e..5b8268d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1998-10-16  Tom Tromey  <tromey@cygnus.com>
 
+       * Makefile.am (SUBDIRS): Added `.' again.
+
        * Makefile.am (EXTRA_DIST): Removed automake.spec.in.  From
        Matthew D. Langston.
        (info_TEXINFOS): Removed am-f77.texi.
index 7bc64cc..954ee73 100644 (file)
@@ -5,12 +5,7 @@ MAINT_CHARSET = latin1
 
 ## We need `.' in SUBDIRS because we want `check' to build `.' before
 ## tests.
-
-# Matthew D. Langston  <langston@SLAC.Stanford.EDU>
-# 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
index 191bda4..6719a63 100644 (file)
@@ -66,10 +66,7 @@ VERSION = @VERSION@
 AUTOMAKE_OPTIONS = gnits
 MAINT_CHARSET = latin1
 
-# Matthew D. Langston  <langston@SLAC.Stanford.EDU>
-# 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
index 7bc64cc..954ee73 100644 (file)
@@ -5,12 +5,7 @@ MAINT_CHARSET = latin1
 
 ## We need `.' in SUBDIRS because we want `check' to build `.' before
 ## tests.
-
-# Matthew D. Langston  <langston@SLAC.Stanford.EDU>
-# 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