From 0efd7f7fc5255c9186ac073de9b47d5d93735eb8 Mon Sep 17 00:00:00 2001 From: Daniel Miranda Date: Mon, 25 Aug 2014 18:16:42 -0300 Subject: [PATCH] build: don't remove configuration template on clean MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that default.conf is generated/linked during the configuration phase, it should not longer be removed in the 'clean' stage, or subsequent builds will fail. Only remove it during 'dist-clean'. Signed-off-by: Daniel Miranda Acked-by: Stéphane Graber --- config/etc/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/etc/Makefile.am b/config/etc/Makefile.am index 03193da04..a830aef35 100644 --- a/config/etc/Makefile.am +++ b/config/etc/Makefile.am @@ -3,9 +3,6 @@ config_DATA = default.conf EXTRA_DIST = default.conf.ubuntu default.conf.libvirt default.conf.unknown -clean-local: - @$(RM) -f default.conf - distclean-local: @$(RM) -f default.conf @$(RM) -f compile config.guess config.sub depcomp install-sh ltmain.sh missing Makefile.in Makefile