diff options
author | Jim Blandy <jimb@codesourcery.com> | 2007-01-08 22:55:30 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2007-01-08 22:55:30 +0000 |
commit | 3e6621d162f769145d3badae04a55569e17b3df4 (patch) | |
tree | 037fa84a260d254589efcfdd00387cbdc7685227 /gdb/configure.ac | |
parent | 53d663819483f8c34f12beaa2e5267a0e93c9528 (diff) | |
download | gdb-3e6621d162f769145d3badae04a55569e17b3df4.tar.gz |
* configure.ac: Tighten pattern for extracting value of
DEPRECATED_TM_FILE from the target makefile fragment.
* configure: Regenerated.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 7a6bd80b6f6..563782e3db6 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -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 |