gnu: gdb: patch-makefile-SHELL for all Makefile.in files.
* gnu/packages/gdb.scm (gdb): patch-makefile-SHELL for all Makefile.in files after configure.
This commit is contained in:
parent
b20441f228
commit
1475a351f6
|
@ -47,7 +47,8 @@
|
|||
'(#:phases (alist-cons-after
|
||||
'configure 'post-configure
|
||||
(lambda _
|
||||
(patch-makefile-SHELL "gdb/gdbserver/Makefile.in"))
|
||||
(for-each patch-makefile-SHELL
|
||||
(find-files "." "Makefile\\.in")))
|
||||
%standard-phases)))
|
||||
(inputs
|
||||
`(("expat" ,expat)
|
||||
|
|
Loading…
Reference in New Issue