i'm sure i don't want that. there are many more params in CFLAGS
and remembering which one should be last is a hack; as is having
to change the rules every time i want to exclude the '-Fb $stem.PDB'

> i think this is what you want
> 
> CFLAGS=-Zi -Fb 
> 
> %.$O: %.c
>       $$ $CFLAGS $stem.PDB $stem.c
> 
> Skip Tavakkolian <[EMAIL PROTECTED]> writes
> 
> | 
> | i'm not finding it in docs. i want to delay the evaluation of $stem
> | in a variable until the rule is applied; how is that done?
> | 
> | example:
> | 
> | CFLAGS=-Zi -Fb $stem.PDB    # yes, funky MS flags
> | 
> | %.$O:       %.c
> |     $CC $CFLAGS $stem.c

Reply via email to