%% John Graham-Cumming <[EMAIL PROTECTED]> writes: >> find them and an implicit rule for .cpp->.o triggers instead?
jg> Because the built in %.o : %.cpp rule takes precedence. It definitely shouldn't. Patterns are tested in the order they are defined, and any pattern defined in a makefile is tested before any builtin pattern. I wonder if this isn't because the directory doesn't exist: have you tried running this when the $(BLDDIR)/stamp file is up to date? Or only when it needs to be created? -- ------------------------------------------------------------------------------- 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
