mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* Makefile.am (doc_libtool_TEXINFOS): Renamed from...
(libtool_TEXINFOS): ...this, to fix dependencies. Omit from EXTRA_DIST. (check-local): Also depend upon $(bin_SCRIPTS).
This commit is contained in:
parent
3fa76ea860
commit
60ed7162c9
@ -1,3 +1,10 @@
|
||||
2007-02-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* Makefile.am (doc_libtool_TEXINFOS): Renamed from...
|
||||
(libtool_TEXINFOS): ...this, to fix dependencies. Omit from
|
||||
EXTRA_DIST.
|
||||
(check-local): Also depend upon $(bin_SCRIPTS).
|
||||
|
||||
2007-02-23 Ralf Menzel <menzel@ls6.cs.uni-dortmund.de> (tiny change)
|
||||
|
||||
* libltdl/config/general.m4sh (sed_double_backslash): Fix
|
||||
|
@ -285,8 +285,8 @@ endif
|
||||
## -------------- ##
|
||||
|
||||
info_TEXINFOS = doc/libtool.texi
|
||||
libtool_TEXINFOS = doc/PLATFORMS doc/fdl.texi doc/notes.texi
|
||||
EXTRA_DIST += $(srcdir)/doc/notes.txt $(libtool_TEXINFOS)
|
||||
doc_libtool_TEXINFOS = doc/PLATFORMS doc/fdl.texi doc/notes.texi
|
||||
EXTRA_DIST += $(srcdir)/doc/notes.txt
|
||||
|
||||
all-local: $(srcdir)/doc/notes.txt
|
||||
|
||||
@ -471,7 +471,7 @@ DISTCLEANFILES += tests/atconfig
|
||||
CD_TESTDIR = abs_srcdir=`$(lt__cd) $(srcdir) && pwd`; cd tests
|
||||
|
||||
# Hook the test suite into the check rule
|
||||
check-local: tests/atconfig $(srcdir)/$(TESTSUITE) libltdl/libltdlc.la
|
||||
check-local: tests/atconfig $(srcdir)/$(TESTSUITE) libltdl/libltdlc.la $(bin_SCRIPTS)
|
||||
$(CD_TESTDIR); \
|
||||
CONFIG_SHELL="$(SHELL)" $(SHELL) $$abs_srcdir/$(TESTSUITE) \
|
||||
$(TESTS_ENVIRONMENT) $(BUILDCHECK_ENVIRONMENT) $(TESTSUITEFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user