Index: source/Interpreter/Makefile
===================================================================
--- source/Interpreter/Makefile	(revision 204334)
+++ source/Interpreter/Makefile	(working copy)
@@ -11,13 +11,13 @@
 LIBRARYNAME := lldbInterpreter
 BUILD_ARCHIVE = 1
 
+include $(LLDB_LEVEL)/Makefile
+-include $(PROJ_OBJ_DIR)/LLDBWrapPython.cpp.d
+
 ifeq (,$(findstring -DLLDB_DISABLE_PYTHON,$(CXXFLAGS)))
 BUILT_SOURCES := LLDBWrapPython.cpp
 endif
 
-include $(LLDB_LEVEL)/Makefile
--include $(PROJ_OBJ_DIR)/LLDBWrapPython.cpp.d
-
 # Drop -Wfour-char-constants,  which we are not currently clean with.
 EXTRA_OPTIONS += -Wno-four-char-constants
 
