[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to re-include dependency files?
From: |
Pan ruochen |
Subject: |
How to re-include dependency files? |
Date: |
Wed, 25 Mar 2009 11:34:20 +0800 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- How to re-include dependency files?,
Pan ruochen <=