This is one for you Unix heads... I'm trying to make something in 10.2, but I get the error "makedepend: Command not found". I can't find anything on the net about makedepend for Mac... any suggestions?
Don't know if this is it or not but there is a parameter you can provide for some versions of the make command which is dependencies. Do you have a script which is using a command like:
make dep ...
I don't think the make system included with OSX supports it.