aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-09-21 20:01:00 +0000
committerK. Richard Pixley <rich@cygnus>1992-09-21 20:01:00 +0000
commitc1ab5dbac9074fa8dfcf88400a1db524da23de2b (patch)
tree4466246def572d0e09c51b6c9f02a391ce0f1634 /gdb
parent41617f8be267b89a71c81c229b3df9759f895956 (diff)
downloadgdb-c1ab5dbac9074fa8dfcf88400a1db524da23de2b.zip
gdb-c1ab5dbac9074fa8dfcf88400a1db524da23de2b.tar.gz
gdb-c1ab5dbac9074fa8dfcf88400a1db524da23de2b.tar.bz2
tense test typo
Diffstat (limited to 'gdb')
-rw-r--r--gdb/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 92fd97e..354ba53 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -273,7 +273,7 @@ case ${srcdir} in
echo "source ${srcdir}/.gdbinit" >> .gdbinit
esac
-if [ "${nativefile}" != "" ] ; then
+if [ "${nativefile}" = "" ] ; then
sed -e '/^NATDEPFILES= /s//# NATDEPFILES= /' \
< Makefile > Makefile.tem
mv -f Makefile.tem Makefile