From d9ff2aaafdd3572f02848cd21d08c5d1c279ca33 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Mon, 11 Jan 2016 17:00:31 +0000 Subject: [PATCH] [LLI] Remove dependence on RemoteTarget.cpp from ChildTarget's Makefile. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lli/ChildTarget/Makefile b/tools/lli/ChildTarget/Makefile index 6f4ddefcd59..b388a49b45f 100644 --- a/tools/lli/ChildTarget/Makefile +++ b/tools/lli/ChildTarget/Makefile @@ -14,6 +14,6 @@ include $(LEVEL)/Makefile.config LINK_COMPONENTS := support -SOURCES := ChildTarget.cpp ../RemoteTarget.cpp +SOURCES := ChildTarget.cpp include $(LLVM_SRC_ROOT)/Makefile.rules -- 2.34.1