build: Don't uninstall configuration files
commit27842082e09359b3b7f5eed59ab21a0a06c5b1d2
authorTobias Klauser <tklauser@distanz.ch>
Tue, 30 Jul 2013 09:42:38 +0000 (30 11:42 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Tue, 30 Jul 2013 09:42:38 +0000 (30 11:42 +0200)
tree339c07ade4969a53974774b433873ffed8bbd5db
parenta1faf28cf0e6869e8588809fbd976c23a510c943
build: Don't uninstall configuration files

Several of the tools install/uninstall files from $NCONF_FILES,
however if we call the uninstall target for a specific tool (e.g.  `make
astraceroute_uninstall') but other tools depending on one or more of the
config files are still installed, the file is still removed
unconditionally. As it would require quite some logic in the Makefile
in order to detect installed tools and their dependencies, we just don't
uninstall the configuration files anymore.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Extra
Makefile