diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-08-11 17:15:27 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-08-11 17:49:45 +0200 |
commit | ebc32b311088808d028804909c841154e5c8bc9f (patch) | |
tree | 3b131aba89120129973f3ec91fc3231fa75fce8d /gnu-system.am | |
parent | 8991a470ea2881635c8a1c352f2552aab87a9f92 (diff) | |
download | guix-ebc32b311088808d028804909c841154e5c8bc9f.tar.gz |
build: 'make clean' doesn't delete os-config.tmpl.
Fixes <http://bugs.gnu.org/18243>. Reported by Andreas Enge and Mark H. Weaver. * Makefile.am (EXAMPLES): New variable. (nobase_dist_guilemodule_DATA): Add it. * gnu-system.am (GNU_SYSTEM_MODULES): Remove gnu/system/os-config.tmpl.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 1f6240fa51..7928b52592 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -269,7 +269,6 @@ GNU_SYSTEM_MODULES = \ gnu/system/file-systems.scm \ gnu/system/grub.scm \ gnu/system/install.scm \ - gnu/system/os-config.tmpl \ gnu/system/linux.scm \ gnu/system/linux-initrd.scm \ gnu/system/shadow.scm \ |