diff options
Diffstat (limited to 'tests/fmt')
-rw-r--r-- | tests/fmt/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fmt/Makefile.am b/tests/fmt/Makefile.am index 36a73d09f..b3d43782a 100644 --- a/tests/fmt/Makefile.am +++ b/tests/fmt/Makefile.am @@ -5,8 +5,8 @@ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ - PERL="@PERL@" \ - PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ + PERL="$(PERL)" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=fmt TESTS = basic long-line |