diff options
author | K. Richard Pixley <rich@cygnus> | 1992-09-21 19:47:39 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-09-21 19:47:39 +0000 |
commit | 41617f8be267b89a71c81c229b3df9759f895956 (patch) | |
tree | 8bb19ff81af487e593a9a25f9ec41579cf98b30c /gdb | |
parent | 0f153e7446b6439aaba8a9ba26108741d1a139c4 (diff) | |
download | gdb-41617f8be267b89a71c81c229b3df9759f895956.zip gdb-41617f8be267b89a71c81c229b3df9759f895956.tar.gz gdb-41617f8be267b89a71c81c229b3df9759f895956.tar.bz2 |
fix 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 71008c7..92fd97e 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -274,7 +274,7 @@ case ${srcdir} in esac if [ "${nativefile}" != "" ] ; then - sed -e '/^NATDEPFILES= /s//# NATDEPFILES= ' \ + sed -e '/^NATDEPFILES= /s//# NATDEPFILES= /' \ < Makefile > Makefile.tem mv -f Makefile.tem Makefile fi |