On Thu, Aug 20, 2009, Mark Williamson wrote:
>
> On a fresh checkout of the tree (~15:30 20th Aug 2009), I am seeing this
> build fail:
>
> Makefile:349: depend: No such file or directory
>
> It seems that the ./src/sander/depend file is not being created and
> ironically, a "make clean" seems to create it:
>
> Interestingly, if I change the depend rule from a double colon rule to a
> single colon rule in the ./sander/Makefile, this seems to fix it.
See if the attached Makefile helps:
a. change depend:: to depend:
b. don't have the clean target update the depend file
c. have the serial and parallel targets require a depend file
...thx...dac
Received on Fri Aug 21 2009 - 07:11:16 PDT