aboutsummaryrefslogblamecommitdiff
path: root/lang/egcs/files/patch-bc
blob: a561227da62300725ce765581f94a1d57c652e1a (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                        



                                                                                 
                
              
 



                                                              







                                                             


                                                                     


                                                           
                                                                       

                   


                                                                             
--- 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 = 290
 
 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. ;\