summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-01-23 11:14:00 +0000
committerAlp Toker <alp@nuanti.com>2014-01-23 11:14:00 +0000
commit5eba14a04c8f7f62907973fe5f6c2e5f6d9fd121 (patch)
treec6ea39fc9510db0c8011cd2e44ec53e5aeb222fa /tools
parent972fb8ca77ce6ec04019d8732170fa1f726ee69a (diff)
downloadllvm-5eba14a04c8f7f62907973fe5f6c2e5f6d9fd121.tar.gz
llvm-5eba14a04c8f7f62907973fe5f6c2e5f6d9fd121.tar.bz2
llvm-5eba14a04c8f7f62907973fe5f6c2e5f6d9fd121.tar.xz
Prospective Makefile build fix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199882 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/lli/ChildTarget/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lli/ChildTarget/Makefile b/tools/lli/ChildTarget/Makefile
index f77b144aab..eff49c9f1c 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