gnu: make-bootstrap: Remove obsolete header file.

* guix/build/make-bootstrap.scm (copy-linux-headers): Do not install 'a.out.h'.
This commit is contained in:
Marius Bakke 2019-06-21 09:32:38 +02:00
parent 8aaf42c037
commit 209214aaef
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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