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