Update of bug #29242 (project make):

                  Status:                    None => Not A Bug              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

If you have no makefile to declare it, then make cannot know that test.cpp
depends on test.h, so changing test.h won't cause test.cpp to recompile.  If
you want it to recompile, you have to create a makefile that declares test.h a
prerequisite of test.cpp

Please see the GNU make manual for details.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29242>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to