]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (all-local): Rebuild libltdl/Makefile.in.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 17 Sep 2005 07:31:39 +0000 (07:31 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 17 Sep 2005 07:31:39 +0000 (07:31 +0000)
ChangeLog
Makefile.am

index 5eab0ea40120d51ddb72f6e1cde1a9842b3fe621..fc0a399385885fbb4dde7cd794eb3cb8fb9f0e2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-09-17  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
+       * Makefile.am (all-local): Rebuild libltdl/Makefile.in.
+
        * libltdl/m4/ltdl.m4 (LTDL_INIT) <CONFIG_H>: Rename to..
        <LT_CONFIG_H>: this, to contain the name of the config
        header.
index 5534fd033b72c8e74d69aa21ed17e27ca3020f30..c62c980aa20273b6919d963da9cc8f94610954e1 100644 (file)
@@ -216,6 +216,9 @@ $(srcdir)/libltdl/Makefile.am: Makefile.am
 $(srcdir)/libltdl/Makefile.in: libltdl/Makefile.am
        cd $(srcdir)/libltdl && $(AUTOMAKE) Makefile
 
+# We want the libltdl files to be up to date as much as possible.
+all-local: $(srcdir)/libltdl/Makefile.in
+
 
 ## -------- ##
 ## Libltdl. ##