The Makefile was invoking perl scripts as ./script.pl. This fails when
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/mb/Unicode/Makefile | modified | +8 −8 |