From: Alexandre Oliva Date: Tue, 22 Dec 1998 04:13:01 +0000 (+0000) Subject: * Makefile.am (SUBDIRS): prepend `.' to avoid am-recursive X-Git-Tag: automake_1-4~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69964bda1638bde347ab348a30cd2dd316d9b816;p=thirdparty%2Flibtool.git * Makefile.am (SUBDIRS): prepend `.' to avoid am-recursive dependency hack --- diff --git a/ChangeLog b/ChangeLog index fb3d40089..5cf034aa8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-12-22 Alexandre Oliva + + * Makefile.am (SUBDIRS): prepend `.' to avoid am-recursive + dependency hack + 1998-12-21 Thomas Tanner * ltconfig.in: indentation is now 8 character wide tabs diff --git a/Makefile.am b/Makefile.am index 81982a384..f78a8ec73 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process Makefile.am with automake to create Makefile.in. -*-Makefile-*- ## Gordon Matzigkeit , 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 $@