On Mon, Jan 03, 2005 at 10:54:24AM -0500, PPrymmer@factset.com wrote: > I seem to have solved the .exists getting lib/replaced into > OLB problem though. Herein is a suggested patch: > > --- extutils-makemaker-6_25_07/lib/extutils/mm_vms.pm;1 Fri Dec 31 08:48:52 2004 > +++ ExtUtils-MakeMaker-6_25_07/lib/ExtUtils/MM_VMS.pm Mon Jan 3 10:43:10 2005 > @@ -983,7 +983,7 @@ > # Rely on suffix rule for update action > $(OBJECT) : $(FIRST_MAKEFILE) > > -$(INST_STATIC) : $(OBJECT) $(MYEXTLIB) $(INST_ARCHAUTODIR)$(DFSEP).exists > +$(INST_STATIC) : $(OBJECT) $(MYEXTLIB) > '; > # If this extension has its own library (eg SDBM_File) > # then copy that to $(INST_STATIC) and add $(OBJECT) into it. Why would removing it as a dependency matter? -- Michael G Schwern schwern@pobox.com http://www.pobox.com/~schwern/ You can't control the universe with a jar of red pepper. http://www.goats.com/archive/981004.htmlThread Previous | Thread Next