mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
add a couple missing ${srcdir}s
This commit is contained in:
@ -283,7 +283,7 @@ if [ ! -f ${srcdir}/config/mt-${gdb_target} ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "${removing}" ] ; then
|
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)}'
|
print substr($0,6)}'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user