diff options
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 6cc5fba..cd6844d 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -12,7 +12,7 @@ if [ ! -f xconfig/${host} ]; then exit 1 fi -targetfile=`awk ' +hostfile=`awk ' $1 == "XM_FILE=" { print $2 }' <xconfig/$host` if [ "${targetfile}" = "/" ] ; then targetfile=/dev/null @@ -30,7 +30,7 @@ if [ -z "${removing}" ] ; then print substr($0,6)}' fi -hostfile=`awk ' +targetfile=`awk ' $1 == "TM_FILE=" { print $2 }' <tconfig/$target` if [ "${hostfile}" = "/" ] ; then hostfile=/dev/null |