John Marshall wrote:
Thank you it seems to be working
Benoit Cerrina wrote:
The reason seems to be that make.exe loops through all .d files and checks references *prior* the .d files are deleted by "make clean all".
Just to say that in our project which use make and prc tools we also generate dependency and have the same issue after renameing .h files.
There is a standard trick for dealing with this, which you can find by looking up "clean" in the GNU Make manual's index.
http://www.gnu.org/software/make/manual/html_node/make_93.html
John
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
