gnu: sdcc: Correct name of phase.

* gnu/packages/embedded.scm [arguments]<#:phases>: Rename "patch-makefile"
phase to "patch-makefiles".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Simon South 2020-12-14 13:06:47 -05:00 committed by Ludovic Courtès
parent 20ba86567a
commit c369a90787
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -1497,7 +1497,7 @@ and Zilog Z80 families, plus many of their variants.")
'("--disable-pic14-port" "--disable-pic16-port" "--disable-ucsim")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-makefile
(add-after 'unpack 'patch-makefiles
(lambda _
(substitute* (find-files "." "(\\.mk$|\\.in$)")
(("/bin/sh") (which "sh")))