problem computed variables

2003-03-01 Thread Duane Ellis
Hi, I'm using GNU make 3.79.1 (with redhat 7.3 intel) I'm stuck - I can't seem to figure out how to do a computed variable reference, or maybe this is a subst function call. This describes the problem I have two non trival list of make targets that need to be built by make. The lists are really

Re: problem computed variables

2003-03-01 Thread Paul D. Smith
%% Duane Ellis [EMAIL PROTECTED] writes: de DBG_ORDER=$(RAW_DBG_ORDER:%=$(%)) de REL_ORDER=$(RAW_REL_ORDER:%=$(%)) You can't do this: patterns don't replace before expansion, they replace after expansion. It's very easy, though, just do this: DBG_ORDER = $(foreach