aboutsummaryrefslogtreecommitdiffstats
path: root/lang/egcs/files/patch-bc
blob: c6faefae79d69a1c698c880a67b9a0a0838e6d5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- libstdc++/Makefile.in.orig  Sat Jul 11 19:20:49 1998
+++ libstdc++/Makefile.in   Sun Mar 14 21:48:39 1999
@@ -14,7 +14,7 @@
 # along with this library; see the file COPYING.  If not, write to the Free
 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-VERSION = 2.9.0
+VERSION = 3
 
 OBJS  = cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o
 SUBLIBS = $(STAMP)-string $(STAMP)-complx
@@ -98,7 +98,8 @@
    ln -f -s $(SHLIB) $(SHLINK)
 
 mshlink:
-   @$(MAKE) $(MSHLINK) "SHLINK=$(MSHLINK)"
+   #@$(MAKE) $(MSHLINK) "SHLINK=$(MSHLINK)"
+   @true
 
 $(IO_DIR)/iostream.list: force
    cd $(IO_DIR) ; $(MAKE) $(FLAGS_TO_PASS) iostream.list
@@ -281,10 +282,7 @@
      if [ $$FILE = $(SHLINK) ] ; then \
        ln -f -s $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
      elif [ $$FILE = mshlink ]; then \
-       for FILE in $(MSHLINK) ; do \
-         rm -f $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
-         ln -f -s $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
-       done; \
+       true; \
      elif [ $$FILE = $(SHLIB) ]; then \
        $(INSTALL_PROGRAM) $$FILE $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
        : On the HP, shared libraries must be mode 555. ;\