My Makefile contains something like
BASE_VAR=$(cat path/to/value.txt) DERIVED_VAR=$(if $(BASE_VAR),foo,bar)
This does not produce the result