diff options
author | Alan Modra <amodra@gmail.com> | 2024-12-05 12:19:56 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-12-07 09:05:56 +1030 |
commit | 1217d563926f2fb2fa68964ff855b5281a0ffd9e (patch) | |
tree | 0bc7db9117089a95987f9c18e8126f77960d6e5e | |
parent | 137f38de260fc414f42034f0e1c1bf6a1dae4199 (diff) | |
download | binutils-1217d563926f2fb2fa68964ff855b5281a0ffd9e.zip binutils-1217d563926f2fb2fa68964ff855b5281a0ffd9e.tar.gz binutils-1217d563926f2fb2fa68964ff855b5281a0ffd9e.tar.bz2 |
fix dependencies for ld/emultemp/nto.em
Don't use "." to source .em files, use "source_em".
-rw-r--r-- | ld/emultempl/nto.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/nto.em b/ld/emultempl/nto.em index 7cda665..3256a8a 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 |