diff options
author | Sean Callanan <scallanan@apple.com> | 2015-11-10 21:56:04 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2015-11-10 21:56:04 +0000 |
commit | 5d16a4752f1f8b2cb504de80838412ac081a1e87 (patch) | |
tree | 4590dc89f98c59f58dcc89b28e2a48b044fefb9e /lldb/packages/Python/lldbsuite/test | |
parent | 16d314d3008ea6865766c599cbdac006f18f0f84 (diff) | |
download | bcm5719-llvm-5d16a4752f1f8b2cb504de80838412ac081a1e87.tar.gz bcm5719-llvm-5d16a4752f1f8b2cb504de80838412ac081a1e87.zip |
Updated a relative path in Makefile.rules to reflect the new testsuite location.
llvm-svn: 252657
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/make/Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/make/Makefile.rules b/lldb/packages/Python/lldbsuite/test/make/Makefile.rules index 071aa0e3544..42a0dc1f878 100644 --- a/lldb/packages/Python/lldbsuite/test/make/Makefile.rules +++ b/lldb/packages/Python/lldbsuite/test/make/Makefile.rules @@ -28,7 +28,7 @@ # SHELL = /bin/sh -x THIS_FILE_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))/ -LLDB_BASE_DIR := $(THIS_FILE_DIR)../../ +LLDB_BASE_DIR := $(THIS_FILE_DIR)../../../../../ #---------------------------------------------------------------------- |