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

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

From-SVN: r14953
This commit is contained in:
Alexandre Oliva 1997-08-27 06:04:41 +00:00 committed by Jeff Law
parent d7ce9ac718
commit b9e6eb36ff
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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 ; \