Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/opcodes Run ../bfd/configure under ${...



details:   https://anonhg.NetBSD.org/src/rev/9d2b4b96841c
branches:  trunk
changeset: 790489:9d2b4b96841c
user:      apb <apb%NetBSD.org@localhost>
date:      Tue Oct 15 07:18:18 2013 +0000

description:
Run ../bfd/configure under ${CONFIG_SHELL}, not under
the /bin/sh that happens to be mentioned in its "#!" line.

diffstat:

 external/gpl3/gdb/dist/opcodes/configure |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 400a5cdc0db7 -r 9d2b4b96841c external/gpl3/gdb/dist/opcodes/configure
--- a/external/gpl3/gdb/dist/opcodes/configure  Tue Oct 15 07:14:59 2013 +0000
+++ b/external/gpl3/gdb/dist/opcodes/configure  Tue Oct 15 07:18:18 2013 +0000
@@ -3216,7 +3216,7 @@
 # We currently only use the version number for the name of any shared
 # library.  For user convenience, we always use the same version
 # number that BFD is using.
-BFD_VERSION=`${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'`
+BFD_VERSION=`${CONFIG_SHELL} ${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'`
 
 am__api_version='1.11'
 



Home | Main Index | Thread Index | Old Index