On Thu, Sep 02, 2004 at 08:42:17PM +0200, J�r�me Marant wrote: > > Advi fails the same way, because .depends is not updated > properly, I guess: > > /usr/bin/make .depend > make[1]: Entering directory `/build/buildd/advi-1.5.2+cvs-2004.07.27' > make[1]: `.depend' is up to date. > > How about trying what I proposed? : > > rm -f .depend > make .depend
That will not work, since the .depend in question is one that is coming from some random place make is searching for. Some /lib/gnu or something such i think it was. Samuel or Julien, do you remember the exact thing ? I think the patch would be to have a : .depend dep: ... target, and do a make dep instead of the make .depend. Also, maybe we have to mark dep as phony or something, not sure what that brings though. Friendly, Sven Luther -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

