diff options
Diffstat (limited to 'tests/install/Makefile.in')
-rw-r--r-- | tests/install/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index bba4bda63..a09145337 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -153,7 +153,7 @@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = basic-1 create-leading EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" subdir = tests/install ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |