public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Another source_sh
@ 2023-03-17 10:45 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2023-03-17 10:45 UTC (permalink / raw)
  To: binutils

	* scripttempl/z80.sc: Use source_sh to source elf.sc.

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
 

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-17 10:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-17 10:45 Another source_sh Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).