]> granicus.if.org Git - postgresql/commit
The Makefile was invoking perl scripts as ./script.pl. This fails when
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 24 Feb 2006 13:25:44 +0000 (13:25 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 24 Feb 2006 13:25:44 +0000 (13:25 +0000)
commit268c1b6077cacef268f9ac35d0d882d35d71f0f0
treec3b627d27adc49dd0c26eebcaf4cd2769d114f5d
parent2b695717a7c6baf9b532a0f5bab1fdb8d252388c
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
src/backend/utils/mb/Unicode/Makefile