[prev] [thread] [next] [lurker] [Date index for 2007/02/25]
On Feb 25, 2007, at 7:13 AM, Yossi Kreinin wrote: > ifeq (true,$(RAND_VAR)) > CXXSRCS += randsrc.cpp > else [...] That's not Make syntax, that's gmake or something. There's several extended Make syntaxes like that, each of which only works in some particular variation of Make... for example Berkeley Make would use '.if (${RAND_VAR} == "true")' for the same expression. All that stuff came years and years later, so it's not an answer to "why does make treat 'tab' specially".There's stuff above here
Generated at 03:01 on 27 Feb 2007 by mariachi 0.52