* quoting myself:
> * Stephane Bortzmeyer wrote on Wed, Mar 28, 2007 at 10:41:51PM CEST:
> > It seems that my C program does not track dependencies. If I touch a
> > ".h", nothing is recompiled.
> > 
> > I did *not* use "no-dependencies".

More clues (sorry, hit the wrong key too early): does the Makefile in
question contain a line of the form
  include ./$(DEPDIR)/objectname.Po

and does the file .deps/objectname.Po exist, and what does it contain?

Cheers,
Ralf


Reply via email to