OSDN Git Service

* Makefile.in (MARLINK, MSHLINK): Handle library version
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Aug 1999 08:01:12 +0000 (08:01 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Aug 1999 08:01:12 +0000 (08:01 +0000)
        number components with more than one numeric digit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28531 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d63f887..3190f4f 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 6b4b57d..eb9ec77 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  =