Skip to content
Snippets Groups Projects
Unverified Commit cda79c7c authored by Efraim Flashner's avatar Efraim Flashner
Browse files

make-bootstrap: Adjust copied linux headers.

* guix/build/make-bootstrap.scm (copy-linux-headers): Remove header
file 'a.out.h' is no longer part of the linux kernel headers.
parent b02a9523
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,6 @@ (define (copy-linux-headers output kernel-headers)
(install-file (pk 'src (string-append kernel-headers "/include/linux/" file))
(pk 'dest (string-append incdir "/linux"))))
'(
"a.out.h" ; for 2.2.5
"atalk.h" ; for 2.2.5
"errno.h"
"falloc.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment