summaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-05-11 00:40:25 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-05-11 00:40:25 +0000
commit8d697b4f1de858f0f2a6eafb96b7ea2e9a70ea51 (patch)
treef1be6b84a0a53b774ed971f87dc627e3898eb6d5 /gdb/configure.in
parent842f0a84cf62bd025dfb760c01390632caae8c43 (diff)
downloadgdb-8d697b4f1de858f0f2a6eafb96b7ea2e9a70ea51.tar.gz
From Christian Limpach <chris@Pin.LU>
* configure.in: Change sed expression which comments out NATDEPFILES to also comment out continuation lines. * configure: Regenerate.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 19976dded23..8d304594f3a 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -1366,7 +1366,8 @@ dnl provided by makefile fragments.
dnl
if test "${nativefile}" = ""; then
< Makefile \
- sed -e '/^NATDEPFILES[[ ]]*=[[ ]]*/s//# NATDEPFILES=/' \
+ sed -e '/^NATDEPFILES[[ ]]*=.*\\$/,/[[^\\]]$/s/^/# /' \
+ -e '/^NATDEPFILES[[ ]]*=/s/^/# /' \
| sed -e '/^\(NATDEPFILES[[ ]]*[[+]]=[[ ]]*\)/s//# \1/' \
> Makefile.tem
mv -f Makefile.tem Makefile