%% Shafique Nadimulla <[EMAIL PROTECTED]> writes:

  sn> So the following macro assignment: 

  sn> $(debug_targets) := special_flags = -g

Use:

  $(debug_targets) : special_flags = -g

See the information on "target-specific variables" in the GNU make manual.

-- 
-------------------------------------------------------------------------------
 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://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to