Re: Target variable bug

2003-07-16 Thread Paul D. Smith
%% [EMAIL PROTECTED] writes: r> I think this is a bug. I put a trivial example of a make file I am r> having trouble with below. I expect the below make to print: foo r> bar fob But it only prints: foo This isn't a bug, in that I never intended to have multiple pattern-specific variables

Target variable bug

2003-07-16 Thread RDelorenzi
I think this is a bug. I put a trivial example of a make file I am having trouble with below. I expect the below make to print: foo bar fob But it only prints: foo