Skip to content
  • Michal 'vorner' Vaner's avatar
    [1253] Fix dependencies in Makefile · 6b206d43
    Michal 'vorner' Vaner authored
    Autotools don't track dependencies on libraries with absolute path. As
    the library lives in the same directory, the directory order does not
    help, so we need the dep to be tracked explicitly, which means we need
    to use relative path.
    
    The old version breaks with make -j<a lot>.
    6b206d43