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, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvmc/plugins/Base/Makefile b/llvm/tools/llvmc/plugins/Base/Makefile
index 017dcebc022..ebc43350542 100644
--- a/llvm/tools/llvmc/plugins/Base/Makefile
+++ b/llvm/tools/llvmc/plugins/Base/Makefile
@@ -7,9 +7,9 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../..
+LEVEL = ../../../..
LLVMC_PLUGIN = Base
BUILT_SOURCES = AutoGenerated.inc
-include $(LEVEL)/Makefile
+include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud