fix dependencies for ld/emultemp/nto.em

Message ID Z1N9GKtd_JPEqhh5@squeak.grove.modra.org
State New
Headers
Series fix dependencies for ld/emultemp/nto.em |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 fail Patch failed to apply

Commit Message

Alan Modra Dec. 6, 2024, 10:39 p.m. UTC
  Don't use "." to source .em files, use "source_em".
  

Patch

diff --git a/ld/emultempl/nto.em b/ld/emultempl/nto.em
index 7cda6650bc6..3256a8abc5f 100644
--- a/ld/emultempl/nto.em
+++ b/ld/emultempl/nto.em
@@ -22,7 +22,7 @@ 
 # specific routines.
 
 # NTO templates aims to refine the default ${ARCH}elf.em template.
-. "${srcdir}/emultempl/${ARCH}elf.em"
+source_em "${srcdir}/emultempl/${ARCH}elf.em"
 
 cat >>e${EMULATION_NAME}.c <<EOF