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:
parent
20ba86567a
commit
c369a90787
1 changed files with 1 additions and 1 deletions
|
@ -1497,7 +1497,7 @@ and Zilog Z80 families, plus many of their variants.")
|
||||||
'("--disable-pic14-port" "--disable-pic16-port" "--disable-ucsim")
|
'("--disable-pic14-port" "--disable-pic16-port" "--disable-ucsim")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-makefile
|
(add-after 'unpack 'patch-makefiles
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* (find-files "." "(\\.mk$|\\.in$)")
|
(substitute* (find-files "." "(\\.mk$|\\.in$)")
|
||||||
(("/bin/sh") (which "sh")))
|
(("/bin/sh") (which "sh")))
|
||||||
|
|
Reference in a new issue