Commit b9e6eb36 by Alexandre Oliva Committed by Jeff Law

Makefile.in: create correct multiple links to shared libstdc++.

        * Makefile.in: create correct multiple links to
        shared libstdc++.

From-SVN: r14953
parent d7ce9ac7
Wed Aug 27 00:04:33 1997 Alexandre Oliva (oliva@dcc.unicamp.br)
* Makefile.in: create correct multiple links to
shared libstdc++.
Tue Aug 26 12:24:01 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
* testsuite/Makefile.in (check): Don't depend on site.exp.
......
......@@ -269,7 +269,7 @@ install:
elif [ $$FILE = mshlink ]; then \
for FILE in $(MSHLINK) ; do \
rm -f $(INSTALLDIR)$(MULTISUBDIR)/$$FILE ; \
ln -s -f $$FILE $(INSTALLDIR)$(MULTISUBDIR)/$$FILE ; \
ln -s -f $(SHLIB) $(INSTALLDIR)$(MULTISUBDIR)/$$FILE ; \
done; \
elif [ $$FILE = $(SHLIB) ]; then \
$(INSTALL_PROGRAM) $$FILE $(INSTALLDIR)$(MULTISUBDIR)/$$FILE ; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment