Fix example scripts build dependencies
Currently, the example scripts (the init.d and the cron script) do not depend on the Makefile, so if configure is rerun with different parameters these scripts are not rebuild. The patch adds Makefile as a dependency so changes to installation paths or other parameters trigger the rebuild. Reviewed-by: imsnah
Please register or sign in to comment