Thread: make depend?
View Single Post
  #3  
Old 08-07-2007, 05:00 PM
sfisque
Hill Giant
 
Join Date: Oct 2006
Posts: 248
Default

the issue wasnt platform type. the issue was i tar'ed up the dir, formatted, installed new OS, and untar'ed the directory.

basically, the .depend files had stale references and there was no way from the top level to say "make depend". instead, i had to cd into the individual dir's and do make depend separately. then the dependencies were fixed and it compiled well (except for the warnings).

basically it would be good if the top Makefile had a "depend" target to do that.

== sfisque
Reply With Quote