fix libtool 1.2b bug
[deliverable/binutils-gdb.git] / binutils / configure
index 15416faa08f931173596047cd9eadccebb434029..ae22bc8af2f9fdd5bfd364dc308841272a584772 100755 (executable)
@@ -4445,7 +4445,7 @@ do
     if test "x$targ" = "xall"; then
         all_targets=true
        BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
-       BUILD_SRCONV='$(SRCONV_PROG)$(EXEEXT)'
+       BUILD_SRCONV='$(SRCONV_PROG)'
        NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
     else
        case $targ in
@@ -4467,9 +4467,10 @@ do
          ;;
        esac
        case $targ in
-       *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)$(EXEEXT)' ;;
+       *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
        esac
        case $targ in
+       thumb-*pe*)
        arm-*pe*)
          BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
          DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
This page took 0.023054 seconds and 4 git commands to generate.