From c1ab5dbac9074fa8dfcf88400a1db524da23de2b Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Mon, 21 Sep 1992 20:01:00 +0000 Subject: [PATCH] tense test typo --- gdb/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/configure.in b/gdb/configure.in index 92fd97e9c40..354ba531b2d 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 -- 2.30.2