summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld')
-rw-r--r--ld/scripttempl/z80.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/z80.sc b/ld/scripttempl/z80.sc
index 1ea8bee32ac..ff3c539a04b 100644
--- a/ld/scripttempl/z80.sc
+++ b/ld/scripttempl/z80.sc
@@ -10,7 +10,7 @@ if test "${OUTPUT_FORMAT}" = "elf32-z80"; then
NO_SMALL_DATA=1
EMBEDDED=1
ALIGNMENT=1
- . $srcdir/scripttempl/elf.sc
+ source_sh $srcdir/scripttempl/elf.sc
return 0
fi