On Sat, Dec 07, 2002 at 06:50:03PM -0600, Craig A. Berry wrote:
> The VMS-specific override of MakeMaker's perldepend section (which 
> lists all the headers that are part of the core), builds up the 
> dependencies on multiple lines in this fashion:
> 
> $(OBJECT) : a.h b.h
> $(OBJECT) : c.h d.h

Actually, in this fashion:

$(OBJECT) : a.h, b.h
$(OBJECT) : c.h, d.h


> instead of using continuation lines:

I can't find uses of continuation lines anywhere in MM_VMS


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
Take me home to your throbbing dog.

Reply via email to