]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From Tim Van Holder <tim.van.holder@pandora.be>
authorGary V. Vaughan <gary@gnu.org>
Fri, 29 Jun 2001 22:25:17 +0000 (22:25 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 29 Jun 2001 22:25:17 +0000 (22:25 +0000)
* libltdl/Makefile.am (OBJECTS):  This was an implicit variable.
instead state the list of object variables explicitly.

ChangeLog
libltdl/Makefile.am

index 24f5cbc14add18709573caf0bdb48ecd9c4c5ca1..3f018afb98d0392dfc3aa4bec1aa103da96c143a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-06-29  Gary V. Vaughan  <gary@gnu.org>
 
+       From Tim Van Holder <tim.van.holder@pandora.be>
+       * libltdl/Makefile.am (OBJECTS):  This was an implicit variable.
+       instead state the list of object variables explicitly.
+
        From Bruno Haible <haible@ilog.fr>
        * libtool.m4:  undefine the m4 builtin `symbols', so that the
        string `symbols' can be used in the rest of the code without
index fd9797b04a9851cf57e979187a0ffe9fa290969e..32e59e2497158d0c394fb5c2c2eb6205e510a951 100644 (file)
@@ -27,7 +27,7 @@ libltdlc_la_LIBADD = $(LIBADD_DL)
 ## Because we do not have automatic dependency tracking:
 ltdl.lo: ltdl.h config.h
 
-$(OBJECTS): libtool
+$(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool
 libtool: $(LIBTOOL_DEPS)
        $(SHELL) ./config.status --recheck