diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-03-02 09:04:13 +0000 |
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-03-02 09:04:13 +0000 |
| commit | 7cff81825ffde01c2085cebca463fd837c0b4775 (patch) | |
| tree | 440cdc64acac598f588467cda93687f1d332bb5a /llvm/tools/llvmc/plugins/Simple | |
| parent | 37b419cdeec2b925da4a09608f64e41841cb3ea8 (diff) | |
| download | bcm5719-llvm-7cff81825ffde01c2085cebca463fd837c0b4775.tar.gz bcm5719-llvm-7cff81825ffde01c2085cebca463fd837c0b4775.zip | |
Move the rules for building plugins to Makefile.rules.
llvm-svn: 65827
Diffstat (limited to 'llvm/tools/llvmc/plugins/Simple')
| -rw-r--r-- | llvm/tools/llvmc/plugins/Simple/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvmc/plugins/Simple/Makefile b/llvm/tools/llvmc/plugins/Simple/Makefile index b108e7018d5..d7adb5d851e 100644 --- a/llvm/tools/llvmc/plugins/Simple/Makefile +++ b/llvm/tools/llvmc/plugins/Simple/Makefile @@ -7,9 +7,9 @@ # ##===----------------------------------------------------------------------===## -LEVEL = ../.. +LEVEL = ../../../.. LLVMC_PLUGIN = Simple BUILT_SOURCES = AutoGenerated.inc -include $(LEVEL)/Makefile +include $(LEVEL)/Makefile.common |

