cwalls251 / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

Add .h dependency to the Makefiel #157

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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