Skip to content
  • Michał Policht's avatar
    Include 'Makefile.user' before any rules. · 7638ab13
    Michał Policht authored
    If target is defined by a variable, then GNU Make generates target name
    in-place, taking current variable value, rather than leaving variable
    target names for lazy evaluation. Prerequisites are lazy-evaluated on the
    other hand. If path variable was overriden, but does not point to correct
    location, it leads to "no rule to make target" scenario.
    
    With this fix rule can provide information about path variable being set
    incorrectly.
    7638ab13