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 <danielkza2@gmail.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Daniel Miranda 2014-08-25 18:16:42 -03:00 committed by Stéphane Graber
parent 57221f67fe
commit 0efd7f7fc5

View File

@ -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