command that creates the TOINST directory; remove `-o $@' from the
LINK command, $(LINK) already contains it.
+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
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: