On Tue, 2007-03-20 at 09:46 +0000, [EMAIL PROTECTED] wrote: > A trivial Makefile (assuming sample.c exists etc):- > sample: [EMAIL PROTECTED] > > Works correctly with make-3.80 (compiles and links), with make-3.81:- > make: ** No rule to make target [EMAIL PROTECTED]', needed by > `sample'. Stop.
Please read the NEWS file for new releases. You must define the .SECONDEXPANSION: pseudo-target in your makefile to enable secondary expansion, including [EMAIL PROTECTED] It has to be defined before the first rule that uses secondary expansion. -- ------------------------------------------------------------------------------- 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 _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make