mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-11 12:54:00 +08:00
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:
parent
d7ce9ac718
commit
b9e6eb36ff
@ -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.
|
||||
|
@ -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 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user