What steps will reproduce the problem?
1. I need to add the .h dependency to the Makefile.
2. I have a.cpp file and that includes some .h files
3. Once the compilation has been successfully done. If I change the .h
file and then make again, the make system is unware that the .h file
included has changed.
What is the expected output? What do you see instead?
I want that if any of the included .h file has changed the make system
should compile it again.
What version of the product are you using? On what operating system?
I am using the gcc version 3.4.5 on linux.
Please provide any additional information below.
Original issue reported on code.google.com by anishsac...@gmail.com on 16 Oct 2008 at 7:07
Original issue reported on code.google.com by
anishsac...@gmail.com
on 16 Oct 2008 at 7:07