diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-03-13 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-01 02:00:00 +0200 |
commit | 4b08526865d00993728c92622d64c3895af07452 (patch) | |
tree | a28cec628155bfdbb76e4e14a8a04dc125790667 /Makefile.am | |
parent | 5320ba20542ae4522e8f9dc21f759be434df7147 (diff) |
gnu: Remove linux-libre@4.4 configuration files.
This follows up on commit bc54947410689cc752ca962b0b4d27fa799265bf.
* gnu/packages/aux-files/linux-libre/4.4-i686.conf,
gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2c07fe724b..85a22be99c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -405,8 +405,6 @@ AUX_FILES = \ gnu/packages/aux-files/linux-libre/4.14-x86_64.conf \ gnu/packages/aux-files/linux-libre/4.9-i686.conf \ gnu/packages/aux-files/linux-libre/4.9-x86_64.conf \ - gnu/packages/aux-files/linux-libre/4.4-i686.conf \ - gnu/packages/aux-files/linux-libre/4.4-x86_64.conf \ gnu/packages/aux-files/pack-audit.c \ gnu/packages/aux-files/python/sanity-check.py \ gnu/packages/aux-files/python/sitecustomize.py \ |