Hi All, I run `make depend clean all' in order to: 1. create dependency files 2. clean object files 3. rebuild targets
Sometimes there remain some history dependency files in the project directories, which contain bad path or file names. The `include' directive has taken effects before the new create dependency files are created. So `make all' will encounter an error. My question is how to make `make' re-include the dependency files after they have been created? Have I reinvoke `make' in my makefile script? Best Regards PRC Mar 25,2009 _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
