diff options
Diffstat (limited to 'llvm/tools/llvmc/plugins/Hello/Makefile')
| -rw-r--r-- | llvm/tools/llvmc/plugins/Hello/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/plugins/Hello/Makefile b/llvm/tools/llvmc/plugins/Hello/Makefile index 181dd0c6050..8e9fa6f3135 100644 --- a/llvm/tools/llvmc/plugins/Hello/Makefile +++ b/llvm/tools/llvmc/plugins/Hello/Makefile @@ -7,6 +7,8 @@ # ##===----------------------------------------------------------------------===## +LEVEL = ../.. + LLVMC_PLUGIN = Hello -include ../Makefile +include $(LEVEL)/Makefile.llvmc |

