Wed Apr 29 18:05:52 1998 Geoffrey Noer <noer@cygnus.com>
authorGeoffrey Noer <noer@cygnus>
Thu, 30 Apr 1998 01:15:38 +0000 (01:15 +0000)
committerGeoffrey Noer <noer@cygnus>
Thu, 30 Apr 1998 01:15:38 +0000 (01:15 +0000)
        * configure.in: Stop appending EXEEXT to the end of
        SRCONV_PROG (wrong because that variable may contain multiple
        programs)
        * Makefile.in: instead, add EXEEXTs to each SRCONV_PROG
        program
        * configure: regenerate

binutils/ChangeLog
binutils/Makefile.in
binutils/configure
binutils/configure.in

index 0b067e27752c91d8b26ff7a46312613640cf9e13..e4da544f39e2350b30bbab47c6e439a48b665665 100644 (file)
@@ -1,3 +1,12 @@
+Wed Apr 29 18:05:52 1998  Geoffrey Noer <noer@cygnus.com>
+
+       * configure.in: Stop appending EXEEXT to the end of
+       SRCONV_PROG (wrong because that variable may contain multiple
+       programs)
+       * Makefile.in: instead, add EXEEXTs to each SRCONV_PROG
+       program
+       * configure: regenerate
+
 Tue Apr 28 19:14:34 1998  Tom Tromey  <tromey@cygnus.com>
 
        * addr2line.c (main): Conditionally call setlocale.
index 78b45b844fe146505f51098eff167049a56dca8c..0cca246812b90fb33467dbf6cd63ffa36f0b4ef6 100644 (file)
@@ -117,7 +117,7 @@ NLMCONV_PROG=nlmconv
 DLLTOOL_PROG=dlltool
 WINDRES_PROG=windres
 
-SRCONV_PROG=srconv sysdump coffdump 
+SRCONV_PROG=srconv$(EXEEXT) sysdump$(EXEEXT) coffdump$(EXEEXT) 
 
 man_MANS = ar.1 nm.1 objdump.1 ranlib.1 size.1 strings.1 strip.1 objcopy.1 \
        addr2line.1 nlmconv.1 $(DEMANGLER_PROG).1
index 15416faa08f931173596047cd9eadccebb434029..f974b37ef1292116644fc7aee8248162a98cb5e8 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,7 +4467,7 @@ do
          ;;
        esac
        case $targ in
-       *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)$(EXEEXT)' ;;
+       *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
        esac
        case $targ in
        arm-*pe*)
@@ -4533,7 +4533,7 @@ EOF
 # Ultrix sh set writes to stderr and can't be redirected directly,
 # and sets the high bit in the cache file unless we assign to the vars.
 (set) 2>&1 |
-  case `(ac_space=' '; set) 2>&1 | grep ac_space` in
+  case `(ac_space=' '; set) 2>&1` in
   *ac_space=\ *)
     # `set' does not quote correctly, so add quotes (double-quote substitution
     # turns \\\\ into \\, and sed turns \\ into \).
@@ -4925,7 +4925,6 @@ fi; done
 EOF
 cat >> $CONFIG_STATUS <<EOF
 
-
 EOF
 cat >> $CONFIG_STATUS <<\EOF
 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
index db47b9d06e23bf062dfb6a5373afb8cb057be99d..8af7f76aae7f796f0a99bbae8b65554d290a15bb 100644 (file)
@@ -135,7 +135,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
@@ -159,7 +159,7 @@ changequote([,])dnl
          ;;
        esac
        case $targ in
-       *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)$(EXEEXT)' ;;
+       *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
        esac
        case $targ in
        arm-*pe*)
This page took 0.045717 seconds and 4 git commands to generate.