diff options
Diffstat (limited to 'tests/tr')
-rw-r--r-- | tests/tr/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tr/Makefile.am b/tests/tr/Makefile.am index b80ce5435..0498d7ab6 100644 --- a/tests/tr/Makefile.am +++ b/tests/tr/Makefile.am @@ -34,7 +34,7 @@ fowler-1.O fowler-1.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests TESTS_ENVIRONMENT = \ - PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" + PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g' |