diff options
author | K. Richard Pixley <rich@cygnus> | 1991-05-19 07:27:02 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-05-19 07:27:02 +0000 |
commit | beff312ea7d0f3aec7bb7c5bc83cc4cacc18823b (patch) | |
tree | 5f4380926c837fcac6c4d094fa9c8401752205db /gdb/configure.in | |
parent | 3c81fef579137cf5c8f0d06b8b5a187465358cf6 (diff) | |
download | gdb-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.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 |