%% "Michael Sterrett -Mr. Bones.-" <[EMAIL PROTECTED]> writes:

  msb> I guess I'm just being dense.  I see (and did look at before) the
  msb> 'join' function in the text functions section of the info pages,

Sorry, you're right.  Brian not functioning after vacation mode.

Use $(subst $(S),:,$(A)) instead, with the space-in-a-variable trick I
mentioned in my last email.  If you want to be extra careful, use
$(strip ...) on $(A) first.

GNU make's $(join ...) joins two lists, not one list with a separator.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make
  • Re: join Michael Sterrett -Mr. Bones.-
    • Paul D. Smith

Reply via email to