summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/plugins/Base
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvmc/plugins/Base')
-rw-r--r--llvm/tools/llvmc/plugins/Base/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/plugins/Base/Makefile b/llvm/tools/llvmc/plugins/Base/Makefile
index 5ca6048508a..eb6ed010c6f 100644
--- a/llvm/tools/llvmc/plugins/Base/Makefile
+++ b/llvm/tools/llvmc/plugins/Base/Makefile
@@ -7,7 +7,9 @@
#
##===----------------------------------------------------------------------===##
+LEVEL = ../..
+
LLVMC_PLUGIN = Base
BUILT_SOURCES = AutoGenerated.inc
-include ../Makefile
+include $(LEVEL)/Makefile.llvmc
OpenPOWER on IntegriCloud