]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (SUBDIRS): prepend `.' to avoid am-recursive
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Tue, 22 Dec 1998 04:13:01 +0000 (04:13 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 22 Dec 1998 04:13:01 +0000 (04:13 +0000)
dependency hack

ChangeLog
Makefile.am

index fb3d40089ea34e9a561b70de3608dd1be928a6c3..5cf034aa8650cef9b5f0f8032eaa7b2f4f913dd7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-12-22  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * Makefile.am (SUBDIRS): prepend `.' to avoid am-recursive
+       dependency hack
+
 1998-12-21  Thomas Tanner  <tanner@gmx.de>
 
        * ltconfig.in: indentation is now 8 character wide tabs 
index 81982a3848cac3f2f8bbd79b3b715411f8d11974..f78a8ec73f283abcbad5eb20c29663af07104efa 100644 (file)
@@ -1,7 +1,7 @@
 ## Process Makefile.am with automake to create Makefile.in. -*-Makefile-*-
 ## Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 AUTOMAKE_OPTIONS = gnits
-SUBDIRS = doc tests libltdl
+SUBDIRS = doc tests libltdl
 DIST_SUBDIRS = $(SUBDIRS) demo mdemo
 
 # We need to export these variables when we run ltconfig.
@@ -66,7 +66,7 @@ ACINCLUDE_M4_LIST = \
        $(srcdir)/mdemo/acinclude.m4
 
 # All our rules should depend on these demo files.
-all-recursive check: $(ACINCLUDE_M4_LIST) $(LIBTOOL_DEPS)
+all check: $(ACINCLUDE_M4_LIST) $(LIBTOOL_DEPS)
 
 $(ACINCLUDE_M4_LIST): $(srcdir)/libtool.m4
        rm -f $@