From 5eba14a04c8f7f62907973fe5f6c2e5f6d9fd121 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Thu, 23 Jan 2014 11:14:00 +0000 Subject: [PATCH] Prospective Makefile build fix git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199882 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lli/ChildTarget/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/lli/ChildTarget/Makefile b/tools/lli/ChildTarget/Makefile index f77b144aabf..eff49c9f1cf 100644 --- a/tools/lli/ChildTarget/Makefile +++ b/tools/lli/ChildTarget/Makefile @@ -14,4 +14,6 @@ include $(LEVEL)/Makefile.config LINK_COMPONENTS := +SOURCES += ../RemoteTarget.cpp + include $(LLVM_SRC_ROOT)/Makefile.rules -- 2.34.1