add a couple missing ${srcdir}s

This commit is contained in:
K. Richard Pixley 1991-12-08 00:58:43 +00:00
parent 616ebcfd0b
commit f7fde1e046
1 changed files with 1 additions and 1 deletions

View File

@ -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