diff options
author | K. Richard Pixley <rich@cygnus> | 1992-09-21 20:01:00 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-09-21 20:01:00 +0000 |
commit | c1ab5dbac9074fa8dfcf88400a1db524da23de2b (patch) | |
tree | 4466246def572d0e09c51b6c9f02a391ce0f1634 /gdb | |
parent | 41617f8be267b89a71c81c229b3df9759f895956 (diff) | |
download | gdb-c1ab5dbac9074fa8dfcf88400a1db524da23de2b.zip gdb-c1ab5dbac9074fa8dfcf88400a1db524da23de2b.tar.gz gdb-c1ab5dbac9074fa8dfcf88400a1db524da23de2b.tar.bz2 |
tense test typo
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/configure.in | 2 |
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 |