diff options
Diffstat (limited to 'tests/touch')
-rw-r--r-- | tests/touch/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index 6c58bbec4..590e82bc2 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -266,7 +266,7 @@ TESTS = \ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ host_triplet=$(host_triplet) \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" all: all-am |