From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5cab44da72b47a8b7aebfcfd9bdb4dbc@9netics.com> To: 9fans@cse.psu.edu Date: Mon, 16 Jan 2006 13:49:09 -0800 From: Skip Tavakkolian <9nut@9netics.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] mk delayed evaluation Topicbox-Message-UUID: da53fd1e-ead0-11e9-9d60-3106f5b1d025 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