configure: We don't want to clean configuration files
commite92af6ec85e08ff0da8faadde7fbf6bc84568578
authorJuan Quintela <quintela@redhat.com>
Mon, 16 Jul 2018 08:41:30 +0000 (16 10:41 +0200)
committerJuan Quintela <quintela@redhat.com>
Mon, 27 Aug 2018 09:27:06 +0000 (27 11:27 +0200)
tree9aa6f776f9a3cf6855b58f33b453f8028a4ebf2c
parent235c82acca0491465e94be3cae2583b42d37c859
configure: We don't want to clean configuration files

If you don't want to compile everything, you configure
config-devices.mak.  And then make clean remove it, and make will
create a default one without your configuration.  Fix it by not
removing it on clean target.  Remove it instead on distclean.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
---

Remove it instead on distclean.
Makefile