Log Message:
-----------
The Makefile was invoking perl scripts as ./script.pl.  This fails when 
the script is not executable as UCS_to_most.pl is in CVS.  It also won't 
pick up any custom setting of the perl version/location to use.  This 
patch calls perl scripts like $(PERL) $(srcdir)/script.pl.

Kris Jurka

Modified Files:
--------------
    pgsql/src/backend/utils/mb/Unicode:
        Makefile (r1.10 -> r1.11)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/Unicode/Makefile.diff?r1=1.10&r2=1.11)

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to