fix dependencies for ld/emultemp/nto.em

Don't use "." to source .em files, use "source_em".
This commit is contained in:
Alan Modra
2024-12-05 12:19:56 +10:30
parent 137f38de26
commit 1217d56392

View File

@@ -22,7 +22,7 @@
# specific routines. # specific routines.
# NTO templates aims to refine the default ${ARCH}elf.em template. # 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 cat >>e${EMULATION_NAME}.c <<EOF