From: Alexandre Oliva Date: Mon, 8 Mar 1999 18:20:26 +0000 (+0000) Subject: * libltdl/Makefile.am (@TOINST@/libltdl.la): do not hide the X-Git-Tag: release-1-2f~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c61f3ded62ceb3f3e6da783ae2b294efcd15242a;p=thirdparty%2Flibtool.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 25970150b..23ce2fd88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-03-08 Alexandre Oliva + + * 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 * doc/libtool.texi (tests): documented demo-nofast.test and diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index 472ab0510..d854f7eb2 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am @@ -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: