]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/Makefile.am (@TOINST@/libltdl.la): do not hide the
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 8 Mar 1999 18:20:26 +0000 (18:20 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 8 Mar 1999 18:20:26 +0000 (18:20 +0000)
command that creates the TOINST directory; remove `-o $@' from the
LINK command, $(LINK) already contains it.

ChangeLog
libltdl/Makefile.am

index 25970150b71042f82aab1836ca944d6cd679e157..23ce2fd886754e617f2d3ea5826e76b2c93aa98e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-03-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * libltdl/Makefile.am (@TOINST@/libltdl.la): do not hide the
+       command that creates the TOINST directory; remove `-o $@' from the 
+       LINK command, $(LINK) already contains it.
+
 1999-03-08  Thomas Tanner  <tanner@gmx.de>
 
        * doc/libtool.texi (tests): documented demo-nofast.test and
index 472ab0510e967694daa637cd6a25c38ecf2c0042..d854f7eb251d041230df961d6a0bc71cd89238bf 100644 (file)
@@ -19,8 +19,8 @@ lib_LTLIBRARIES = @LIBLIBS@
 EXTRA_LTLIBRARIES =
 
 @TOINST@/libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES)
-       @test -d $(TOINST) || mkdir $(TOINST)
-       $(LINK) -o $@ $(libltdl_la_OBJECTS) \
+       test -d $(TOINST) || mkdir $(TOINST)
+       $(LINK) $(libltdl_la_OBJECTS) \
                -rpath $(libdir) $(LTDL_VERSION) $(libltdl_la_LIBADD)
 
 distclean-local: