mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* Makefile.am (SUBDIRS): prepend `.' to avoid am-recursive
dependency hack
This commit is contained in:
parent
1d6e1de8a8
commit
69964bda16
@ -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
|
||||
|
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user