[LLI] Remove dependence on RemoteTarget.cpp from ChildTarget's Makefile.
authorLang Hames <lhames@gmail.com>
Mon, 11 Jan 2016 17:00:31 +0000 (17:00 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 11 Jan 2016 17:00:31 +0000 (17:00 +0000)
RemoteTarget.cpp was removed in r257343.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257351 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/ChildTarget/Makefile

index 6f4ddefcd59df424fcd2fe4a9940ffd20b685760..b388a49b45f9c9ea9fec0012681be00bc2576893 100644 (file)
@@ -14,6 +14,6 @@ include $(LEVEL)/Makefile.config
 
 LINK_COMPONENTS := support
 
 
 LINK_COMPONENTS := support
 
-SOURCES := ChildTarget.cpp ../RemoteTarget.cpp
+SOURCES := ChildTarget.cpp
 
 include $(LLVM_SRC_ROOT)/Makefile.rules
 
 include $(LLVM_SRC_ROOT)/Makefile.rules