projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
616ebcf
)
add a couple missing ${srcdir}s
author
K. Richard Pixley
<rich@cygnus>
Sun, 8 Dec 1991 00:58:43 +0000
(
00:58
+0000)
committer
K. Richard Pixley
<rich@cygnus>
Sun, 8 Dec 1991 00:58:43 +0000
(
00:58
+0000)
gdb/configure.in
patch
|
blob
|
history
diff --git
a/gdb/configure.in
b/gdb/configure.in
index
e261aab
..
6ea5ce0
100644
(file)
--- a/
gdb/configure.in
+++ b/
gdb/configure.in
@@
-283,7
+283,7
@@
if [ ! -f ${srcdir}/config/mt-${gdb_target} ]; then
fi
if [ -z "${removing}" ] ; then
- cat
config/mh-${gdb_host}
config/mt-${gdb_target} | awk '$1 == "#msg" {
+ cat
${srcdir}/config/mh-${gdb_host} ${srcdir}/
config/mt-${gdb_target} | awk '$1 == "#msg" {
print substr($0,6)}'
fi