Skip to content
Snippets Groups Projects
Commit 268c1b60 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

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
parent 2b695717
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment