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
|
||||
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user