summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2015-11-10 21:56:04 +0000
committerSean Callanan <scallanan@apple.com>2015-11-10 21:56:04 +0000
commit5d16a4752f1f8b2cb504de80838412ac081a1e87 (patch)
tree4590dc89f98c59f58dcc89b28e2a48b044fefb9e /lldb/packages/Python/lldbsuite/test
parent16d314d3008ea6865766c599cbdac006f18f0f84 (diff)
downloadbcm5719-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.rules2
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)../../../../../
#----------------------------------------------------------------------
OpenPOWER on IntegriCloud