From: Gary V. Vaughan Date: Fri, 29 Jun 2001 22:25:17 +0000 (+0000) Subject: From Tim Van Holder X-Git-Tag: release-1-4b~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=020faa25e348498f3d3a431ebf034ba5ec6a4845;p=thirdparty%2Flibtool.git From Tim Van Holder * libltdl/Makefile.am (OBJECTS): This was an implicit variable. instead state the list of object variables explicitly. --- diff --git a/ChangeLog b/ChangeLog index 24f5cbc14..3f018afb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-06-29 Gary V. Vaughan + From Tim Van Holder + * libltdl/Makefile.am (OBJECTS): This was an implicit variable. + instead state the list of object variables explicitly. + From Bruno Haible * libtool.m4: undefine the m4 builtin `symbols', so that the string `symbols' can be used in the rest of the code without diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index fd9797b04..32e59e249 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am @@ -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