diff options
author | Filipe Cabecinhas <me@filcab.net> | 2012-11-01 18:55:16 +0000 |
---|---|---|
committer | Filipe Cabecinhas <me@filcab.net> | 2012-11-01 18:55:16 +0000 |
commit | c281a3bf431083706eeef2c60fb7af2e1812eef1 (patch) | |
tree | c98c70b756f6bc5543583a6d2526686072944672 /lldb/test | |
parent | 23290b0570e085739f7e783dabefc5fef120657a (diff) | |
download | bcm5719-llvm-c281a3bf431083706eeef2c60fb7af2e1812eef1.tar.gz bcm5719-llvm-c281a3bf431083706eeef2c60fb7af2e1812eef1.zip |
Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).
llvm-svn: 167242
Diffstat (limited to 'lldb/test')
-rw-r--r-- | lldb/test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/Makefile b/lldb/test/Makefile index c499b52295e..be45b36cd77 100644 --- a/lldb/test/Makefile +++ b/lldb/test/Makefile @@ -31,8 +31,8 @@ clean:: check-local:: rm -rf ../test-rdir env PATH="$(ToolDir):$(PATH)" \ - PYTHONPATH=$(LibDir)/python \ + PYTHONPATH="$(shell python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True, False, \"$(LibDir)/..\")" )" \ LLDB_EXEC=$(ToolDir)/lldb \ - LLDB_BUILD_TYPE=Makefile \ + LLDB_BUILD_TYPE=Makefile \ $(SHLIBPATH_VAR)=$(LibDir):$($(SHLIBPATH_VAR)) \ python $(PROJ_SRC_DIR)/dotest.py -i -v -r ../test-rdir |