Skip to content
  • Iustin Pop's avatar
    Fix example scripts build dependencies · 3cdef069
    Iustin Pop authored
    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
    3cdef069