mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
add a couple missing ${srcdir}s
This commit is contained in:
parent
616ebcfd0b
commit
f7fde1e046
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user