%% "Angel Tsankov" <[EMAIL PROTECTED]> writes: at> Prerequisite `SourceFiles/main.cpp' is older than target at> `IntermediateFiles/main.o'.
at> Prerequisite `IntermediateFiles' is newer than target at> `IntermediateFiles/main.o'. !!!!!!!!!!!!!!!!! this should be at> Prerequisite `IntermediateFiles' is order-only for target at> `IntermediateFiles/main.o'., shouldn't it? Yes. Are you sure you don't have other rules in this makefile or somewhere that might be taking precedence over this pattern rule? Try running make again with the -p option to see the rules database, and look for all instances of IntermediateFiles there. Where do you see it? -- ------------------------------------------------------------------------------- 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://lists.gnu.org/mailman/listinfo/help-make
