* cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 27 Jul 1995 21:36:29 +0000 (21:36 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 27 Jul 1995 21:36:29 +0000 (21:36 +0000)
ChangeLog
cfg-ml-pos.in

index 66c49ce7551ceba41793defa452790a797a4d584..c380a342a5ca54a667d1c4b39854ee814519580b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
+
 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
 
        * config.guess (*:Linux:*:*): First try asking the linker what the
index b45c3d8a1ad27cfbef7650d2523abe2dd2b92b3b..b66bb0799aec8b7303853c412784ae44dc5bed9d 100644 (file)
@@ -12,7 +12,7 @@ if [ -z "${with_multisubdir}" ]; then
   multisubdir=
 else
   multisubdir="/${with_multisubdir}"
-  dotdot=`echo ${with_multisubdir} | sed -e 's:[^/]*:..:g'`
+  dotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
   # TOP is used by newlib and should not be used elsewhere for this purpose.
   # MULTITOP is the proper one to use.
   # FIXME: newlib needs to be updated to use MULTITOP so we can delete TOP.