Re: Automatic variable $< doesnt increment to the next source file while compiling

2011-07-19 Thread Paul Smith
On Tue, 2011-07-19 at 15:22 +0530, Rahul wrote: > I am using make (version 3.81) for compilation. > However the automatic variable $< doesnt increment as expected and uses > the 1st source file itself for compiling all the objects. There's not much help we can give based on this description. Plea

Automatic variable $< doesnt increment to the next source file while compiling

2011-07-19 Thread Rahul
Hi, I am using make (version 3.81) for compilation. However the automatic variable $< doesnt increment as expected and uses the 1st source file itself for compiling all the objects. However the other automatic variable $@ seems to be working fine. Regards Rahul