aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-05-19 07:27:02 +0000
committerK. Richard Pixley <rich@cygnus>1991-05-19 07:27:02 +0000
commitbeff312ea7d0f3aec7bb7c5bc83cc4cacc18823b (patch)
tree5f4380926c837fcac6c4d094fa9c8401752205db /gdb/configure.in
parent3c81fef579137cf5c8f0d06b8b5a187465358cf6 (diff)
downloadgdb-beff312ea7d0f3aec7bb7c5bc83cc4cacc18823b.zip
gdb-beff312ea7d0f3aec7bb7c5bc83cc4cacc18823b.tar.gz
gdb-beff312ea7d0f3aec7bb7c5bc83cc4cacc18823b.tar.bz2
configure changes and -opcode.h movement.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in4
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