diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-06-21 09:32:38 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-02 01:06:30 +0200 |
commit | 209214aaefc4248173226a2664ae6dda698b85bb (patch) | |
tree | 08bb5352d170d2fe751fa891fbc9cea3f6e0cbc8 | |
parent | 8aaf42c037584aa823339180b6e9cdada361bbcf (diff) |
gnu: make-bootstrap: Remove obsolete header file.
* guix/build/make-bootstrap.scm (copy-linux-headers): Do not install 'a.out.h'.
-rw-r--r-- | guix/build/make-bootstrap.scm | 1 |
1 files changed, 0 insertions, 1 deletions
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" |