%% Tristan Van Berkom <[EMAIL PROTECTED]> writes: tvb> The first question I have is "is this list archived somewhere ?"
http://mail.gnu.org/mailman/listinfo/help-make tvb> I sincerely hope that I'm not writing this letter to /dev/null tvb> Maybe someone has had similar problems that can explain or maybe tvb> someone can point me to some usefull documentation before I start tvb> reading the source :S First, please always remember to include the version of GNU make you're using, and what operating system and version you're running it on. Please also try full debugging, not just basic (use -d) and see what if any other messages are printed between the "Must remake" and "Successfully remade" messages. Also, verify that the make variables $(mkobj) and $(mkdep) actually have some content and value; if they are empty then make will obviously not do anything with them. If none of that helps please try to reproduce the problem with a small, self-contained makefile and send it along so we can take a look. Are you using VPATH anywhere? I notice a message about VPATH below; note that often people get confused about how VPATH actually works. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
