From: Daniel Miranda Date: Mon, 25 Aug 2014 21:16:42 +0000 (-0300) Subject: build: don't remove configuration template on clean X-Git-Tag: lxc-1.1.0.alpha2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0efd7f7fc5255c9186ac073de9b47d5d93735eb8;p=thirdparty%2Flxc.git build: don't remove configuration template on clean 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 --- 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