The Makefile was invoking perl scripts as ./script.pl. This fails when

Peter Eisentraut <peter_e@gmx.net>

Commit: 268c1b6077cacef268f9ac35d0d882d35d71f0f0
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2006-02-24T13:25:44Z
Releases: 8.2.0
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

Files

PathChange+/−
src/backend/utils/mb/Unicode/Makefile modified +8 −8