Re: Use of $* in computed dependencies

2003-01-23 Thread Ted Stern
On Thu, 23 Jan 2003, Herb W. Swan wrote: > > Sorry, I made a slight misstatement in my earlier post, corrected > below. Thank you for reading this post. > - > > This is not a bug, but a neat feature that would open the door > to

RE: Use of $* in computed dependencies

2003-01-23 Thread Herb W. Swan
Sorry, I made a slight misstatement in my earlier post, corrected below. Thank you for reading this post. - This is not a bug, but a neat feature that would open the door to improved functionality, as far as I can see. The foll

Use of $* in computed dependencies

2003-01-23 Thread Herb W. Swan
This is not a bug, but a neat feature that would open the door to improved functionality, as far as I can see. The following makefile doesn't do what I had hoped it would: all:b.logvsh b_depend := a.raw.mod %.logvsh: $($*_depend) %.mod @echo make $@ %.raw.mod: @ech