[PATCH 1/3] Fix Makefile for distros The first declared target (previously 'install') is use when make is called without a target argument. This breaks the assumptions of distros.
Further install needs -D to creat the necessary target directories or it behaves as cp and the target dirs need to exist already.