%% Oliver Schmidt <[EMAIL PROTECTED]> writes: os> targA targB targC: os> @echo "$@: T=<$T>"
os> T := 1 os> targA: T = 2 os> targA: T += 3 os> gives the output: os> targA: T=<1 2 3> os> In my opinion the output for targA should be "targA: T=<2 3>". I agree, this looks like a bug. -- ------------------------------------------------------------------------------- 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 [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make