diff options
Diffstat (limited to 'llvm/tools/llvmc/plugins/Simple/Makefile')
| -rw-r--r-- | llvm/tools/llvmc/plugins/Simple/Makefile | 4 |
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 |

