diff mbox series

[bug#36322,1/4] gnu: make-bootstrap: Remove obsolete header file.

Message ID 20190621122628.18174-1-mbakke@fastmail.com
State Accepted
Headers show
Series Fix cross-compiling bootstrap tarballs | expand

Commit Message

Marius Bakke June 21, 2019, 12:26 p.m. UTC
* guix/build/make-bootstrap.scm (copy-linux-headers): Do not install 'a.out.h'.
---
 guix/build/make-bootstrap.scm | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/guix/build/make-bootstrap.scm b/guix/build/make-bootstrap.scm
index e5ef1d6d2b..0d29338ce3 100644
--- a/guix/build/make-bootstrap.scm
+++ b/guix/build/make-bootstrap.scm
@@ -47,7 +47,6 @@  bootstrap libc."
                 (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"