summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/plugins/Simple
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-03-02 09:04:13 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-03-02 09:04:13 +0000
commit7cff81825ffde01c2085cebca463fd837c0b4775 (patch)
tree440cdc64acac598f588467cda93687f1d332bb5a /llvm/tools/llvmc/plugins/Simple
parent37b419cdeec2b925da4a09608f64e41841cb3ea8 (diff)
downloadbcm5719-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/Makefile4
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
OpenPOWER on IntegriCloud