]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/Makefile.am (libltdl_la_DEPENDENCIES): Depend on
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 8 Jul 2005 16:16:53 +0000 (16:16 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 8 Jul 2005 16:16:53 +0000 (16:16 +0000)
$(BUILT_SOURCES) as well, so that argz.h gets created through
`make libltdlc.la'.
Reported by Sven Verdoolaege <skimo@liacs.nl>.

ChangeLog
libltdl/Makefile.am

index 99947dce5a4bef36ff1652bcdc046967ef7a3975..cf241f3818b5389e1d2a940d033c640fcc5009eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-07-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libltdl/Makefile.am (libltdl_la_DEPENDENCIES): Depend on
+       $(BUILT_SOURCES) as well, so that argz.h gets created through
+       `make libltdlc.la'.
+       Reported by Sven Verdoolaege <skimo@liacs.nl>.
+
 2005-07-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
 
        * Makefile.am (install-data-local): Have root own of installed
index cf5a6807837ac0c01b3b1008fe6208abf840f76a..12b6221660c9eb825e49865c8a7d7f2c4e8e1f49 100644 (file)
@@ -63,7 +63,7 @@ libltdl_la_SOURCES    = libltdl/lt__alloc.h \
 libltdl_la_CPPFLAGS    = -DLTDLOPEN=libltdl $(AM_CPPFLAGS)
 libltdl_la_LDFLAGS     = $(AM_LDFLAGS) $(VERSION_INFO) $(LT_DLPREOPEN)
 libltdl_la_LIBADD      = $(LTLIBOBJS)
-libltdl_la_DEPENDENCIES        = $(LT_DLLOADERS) $(LTLIBOBJS)
+libltdl_la_DEPENDENCIES        = $(LT_DLLOADERS) $(LTLIBOBJS) $(BUILT_SOURCES)
 
 libltdlc_la_SOURCES    = $(libltdl_la_SOURCES)
 libltdlc_la_CPPFLAGS   = -DLTDLOPEN=libltdlc $(AM_CPPFLAGS)