Makefile.in (MARLINK, MSHLINK): Handle library version number components with more...
authorLoren J. Rittle <ljrittle@acm.org>
Thu, 5 Aug 1999 08:01:12 +0000 (02:01 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 5 Aug 1999 08:01:12 +0000 (02:01 -0600)
        * Makefile.in (MARLINK, MSHLINK): Handle library version
        number components with more than one numeric digit.

From-SVN: r28531

libstdc++/ChangeLog
libstdc++/Makefile.in

index d63f88722c8fd0ceee5f20723b51f46e875fb6ed..3190f4fdf7c050ce27c1b997b0e0d03dd8ebc55d 100644 (file)
@@ -1,3 +1,8 @@
+Thu Aug  5 02:00:13 1999  Loren Rittle  <ljrittle@acm.org>
+
+       * Makefile.in (MARLINK, MSHLINK): Handle library version
+       number components with more than one numeric digit.
+
 Sat Jul 17 23:51:58 1999  Jeffrey A Law  (law@cygnus.com)
 
        * Makefile.in (INTERFACE): Bump to 3.
index 6b4b57d721dfe5502e349f11e63eaedf211d6b9a..eb9ec77412c59dd998d8d3f4386788893c2d4f9b 100644 (file)
@@ -32,11 +32,11 @@ HEADERS= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \
 
 ARLIB   = libstdc++.a.$(VERSION)
 ARLINK  = libstdc++.a
-MARLINK = libstdc++.a.`echo $(VERSION) | sed 's/\([0-9][.][0-9]\).*/\1/'`
+MARLINK = libstdc++.a.`echo $(VERSION) | sed 's/\([0-9]*[.][0-9]*\).*/\1/'`
 SHLIB   = libstdc++.so.$(VERSION)
 SHARLIB = libstdc++-sh.a
 SHLINK  = libstdc++.so
-MSHLINK = libstdc++.so.`echo $(VERSION) | sed 's/\([0-9][.][0-9]\).*/\1/'`
+MSHLINK = libstdc++.so.`echo $(VERSION) | sed 's/\([0-9]*[.][0-9]*\).*/\1/'`
 SHFLAGS =
 SHDEPS  =