* configure.ac: Tighten pattern for extracting value of
authorJim Blandy <jimb@codesourcery.com>
Mon, 8 Jan 2007 22:55:30 +0000 (22:55 +0000)
committerJim Blandy <jimb@codesourcery.com>
Mon, 8 Jan 2007 22:55:30 +0000 (22:55 +0000)
DEPRECATED_TM_FILE from the target makefile fragment.
* configure: Regenerated.

gdb/ChangeLog
gdb/configure
gdb/configure.ac

index 389000f188372b090d36cbe0658592b0ec8cc6c3..82dd082296a586f5f7e99a3363f7aedda71a7a51 100644 (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.
index 7d4f298d0218a377b16b0768cf9f370e926a3e4d..91b8eea73bbcd37b3559d5b13b9024fe844ff6a3 100755 (executable)
@@ -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
index 7a6bd80b6f69c871ce1e66a5269730fe846852f5..563782e3db6f8f2245909f6e85a9d54079ac75fd 100644 (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
This page took 0.060453 seconds and 4 git commands to generate.