[Lldb-commits] [lldb] r131720 - /lldb/trunk/source/Interpreter/Makefile

Charles Davis cdavis at mines.edu
Thu May 19 21:22:48 PDT 2011


Author: cdavis
Date: Thu May 19 23:22:48 2011
New Revision: 131720

URL: http://llvm.org/viewvc/llvm-project?rev=131720&view=rev
Log:
Fix typo. Stupid 'n' key...

Modified:
    lldb/trunk/source/Interpreter/Makefile

Modified: lldb/trunk/source/Interpreter/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/Makefile?rev=131720&r1=131719&r2=131720&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/Makefile (original)
+++ lldb/trunk/source/Interpreter/Makefile Thu May 19 23:22:48 2011
@@ -21,7 +21,7 @@
 ifeq ($(HOST_OS),Darwin)
 PYTHON_DEST_DIR := /Library/Python/$(shell python -c 'import sys; print sys.version[:3]')/site-packages
 else
-PYTHON_DEST_DIR := $(shell python -c 'import sys; print sys.exec_prefix')/lib/python$(shell python -c 'import sys; pritn sys.version[:3]')/site-packages
+PYTHON_DEST_DIR := $(shell python -c 'import sys; print sys.exec_prefix')/lib/python$(shell python -c 'import sys; print sys.version[:3]')/site-packages
 endif
 LLDB_SWIG_INCLUDE_DIRS:= -I"$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/include" -I./.
 LIBLLDB := $(PROJ_OBJ_ROOT)/$(BuildMode)/lib/liblldb$(SHLIBEXT)





More information about the lldb-commits mailing list