Skip to content
Snippets Groups Projects
Verified Commit c96e5786 authored by Tej Chajed's avatar Tej Chajed
Browse files

Use simple variables in Makefile

var=foo is a "recursive variable assignment", which is expanded on every
use (including re-running shell commands). What we really want is
var:=foo, which is expanded at definition time.
parent 58a14ab9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment