mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* Makefile.am (ltdldatafiles): Fix installation order to match
dependency order. (libltdl/Makefile.in): Use $(srcdir) for non-GNU make.
This commit is contained in:
parent
815e595f9e
commit
209a17208a
@ -1,3 +1,9 @@
|
||||
2005-09-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* Makefile.am (ltdldatafiles): Fix installation order to match
|
||||
dependency order.
|
||||
(libltdl/Makefile.in): Use $(srcdir) for non-GNU make.
|
||||
|
||||
2005-09-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libltdl/config/ltmain.m4sh (func_mode_link): Allow some
|
||||
|
@ -213,7 +213,7 @@ $(srcdir)/libltdl/Makefile.am: Makefile.am
|
||||
s,\$$(libltdl_,$$(,; p; }' $$in >> $$out;
|
||||
chmod a-w $(srcdir)/libltdl/Makefile.am
|
||||
|
||||
$(srcdir)/libltdl/Makefile.in: libltdl/Makefile.am
|
||||
$(srcdir)/libltdl/Makefile.in: $(srcdir)/libltdl/Makefile.am
|
||||
cd $(srcdir)/libltdl && $(AUTOMAKE) Makefile
|
||||
|
||||
# We want the libltdl files to be up to date as much as possible.
|
||||
@ -384,9 +384,9 @@ aclocalfiles = m4/argz.m4 m4/libtool.m4 m4/ltdl.m4 m4/ltoptions.m4 \
|
||||
ltdldatafiles = libltdl/COPYING.LIB \
|
||||
libltdl/README \
|
||||
libltdl/Makefile.am \
|
||||
libltdl/Makefile.in \
|
||||
libltdl/configure.ac \
|
||||
libltdl/aclocal.m4 \
|
||||
libltdl/Makefile.in \
|
||||
libltdl/config-h.in \
|
||||
libltdl/configure \
|
||||
libltdl/argz_.h \
|
||||
|
Loading…
Reference in New Issue
Block a user