Ignore:
Timestamp:
May 23, 2003, 5:39:14 PM (22 years ago)
Author:
bird
Message:

typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/ltconfig

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r229 r230  
    11491149       if (\$1 != \"\" || \$2 != \"\") { if (\$1 < 0) \$1= -\$1; sVer=substr(sNum,\$1%length(sNum)+1, 1) } \
    11501150       if (\$2 != \"\") { if (\$2 >= length(sNum)) sVer=sVer\"\"substr(sNum,\$2/length(sNum)+1, 1); sVer=sVer\"\"substr(sNum, \$2%length(sNum)+1, 1); } \
    1151        printf(\"%.*s%s\", 8-length(sVer), ENVIRON[\"NAME\"], sVer); \
     1151       printf(\"%.*s%s\", 8-length(sVer), ENVIRON[\"name\"], sVer); \
    11521152    } ' \`"
    11531153  libname_spec='lib$name'
     
    11561156       if (\$1 != \"\" || \$2 != \"\") { if (\$1 < 0) \$1= -\$1; sVer=substr(sNum,\$1%length(sNum)+1, 1) } \
    11571157       if (\$2 != \"\") { if (\$2 >= length(sNum)) sVer=sVer\"\"substr(sNum,\$2/length(sNum)+1, 1); sVer=sVer\"\"substr(sNum, \$2%length(sNum)+1, 1); } \
    1158        printf(\"%.*s%s\", 8-length(sVer), ENVIRON[\"NAME\"], sVer); \
     1158       printf(\"%.*s%s\", 8-length(sVer), ENVIRON[\"name\"], sVer); \
    11591159    } ' \`.dll lib\${name}.a"
    11601160  dynamic_linker='OS/2 ld.exe'
Note: See TracChangeset for help on using the changeset viewer.