mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* Makefile.am (check-local): depend on libltdl/Makefile
This commit is contained in:
parent
5bab79af94
commit
8d2800fa9a
@ -1,5 +1,7 @@
|
|||||||
1999-01-19 Alexandre Oliva <oliva@dcc.unicamp.br>
|
1999-01-19 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||||
|
|
||||||
|
* Makefile.am (check-local): depend on libltdl/Makefile
|
||||||
|
|
||||||
* mdemo/Makefile.am (mdemo_LDFLAGS, mdemo_LDADD): moved -dlopen
|
* mdemo/Makefile.am (mdemo_LDFLAGS, mdemo_LDADD): moved -dlopen
|
||||||
flags to LDADD
|
flags to LDADD
|
||||||
* doc/libtool.texi (Using Automake): how to add -dlopen to LDADD
|
* doc/libtool.texi (Using Automake): how to add -dlopen to LDADD
|
||||||
|
@ -63,7 +63,8 @@ $(srcdir)/ltmain.sh: $(srcdir)/ltmain.in $(top_srcdir)/configure.in
|
|||||||
(rm -f $@ && cp ltmain.shT $@ && rm -f ltmain.shT)
|
(rm -f $@ && cp ltmain.shT $@ && rm -f ltmain.shT)
|
||||||
|
|
||||||
# All our rules should depend on these demo files.
|
# All our rules should depend on these demo files.
|
||||||
all-local check-local: $(ACINCLUDE_M4_LIST) libltdl/Makefile libtool
|
all-local check-local: $(ACINCLUDE_M4_LIST) libtool
|
||||||
|
check-local: libltdl/Makefile
|
||||||
|
|
||||||
@ACINCLUDE_M4_LIST@: $(srcdir)/libtool.m4
|
@ACINCLUDE_M4_LIST@: $(srcdir)/libtool.m4
|
||||||
rm -f $@
|
rm -f $@
|
||||||
|
Loading…
Reference in New Issue
Block a user