%% "PATTON, BILLY \(SBCSI\)" <[EMAIL PROTECTED]> writes: pb> #<tab><tab>define pb> define bad pb> @echo "bad define" pb> endef pb> #<tab><tab>endef
I see it. Please file a bug about this on Savannah. I need to investigate exactly what's going on here. pb> all : pb> @$(call bad) This always looks odd to me. Why not just write "$(bad)" ?!?! -- ------------------------------------------------------------------------------- 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
