* configure.ac: Tighten pattern for extracting value of

DEPRECATED_TM_FILE from the target makefile fragment.
* configure: Regenerated.
This commit is contained in:
Jim Blandy 2007-01-08 22:55:30 +00:00
parent 3d799a9542
commit b523a1fd3c
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2007-01-08 Jim Blandy <jimb@codesourcery.com>
* configure.ac: Tighten pattern for extracting value of
DEPRECATED_TM_FILE from the target makefile fragment.
* configure: Regenerated.
2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
* linux-nat.c (struct simple_pid_list): Add status.

2
gdb/configure vendored
View File

@ -22714,7 +22714,7 @@ s/XM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
' ${host_makefile_frag}`
targetfile=`sed -n '
s/DEPRECATED_TM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
s/^[ ]*DEPRECATED_TM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
' ${target_makefile_frag}`
if test "${gdb_native}" = "yes"; then

View File

@ -1462,7 +1462,7 @@ s/XM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
' ${host_makefile_frag}`
targetfile=`sed -n '
s/DEPRECATED_TM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
s/^[ ]*DEPRECATED_TM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
' ${target_makefile_frag}`
if test "${gdb_native}" = "yes"; then