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.
master
Mark H Weaver 2013-11-03 18:25:27 -05:00
parent b20441f228
commit 1475a351f6
1 changed files with 2 additions and 1 deletions

View File

@ -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)