summaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-02-04 17:12:27 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-02-04 17:12:27 +0000
commit9acd0d92f4135bfb6a31eaad067b2972d6e1b62c (patch)
tree2697a8016a41a6c3a7359c9293a9512d9f515c3f /unittests/Makefile
parent2f9f89c6938a788a904c3be3ae7a64f4297c90a6 (diff)
downloadclang-9acd0d92f4135bfb6a31eaad067b2972d6e1b62c.tar.gz
clang-9acd0d92f4135bfb6a31eaad067b2972d6e1b62c.tar.bz2
clang-9acd0d92f4135bfb6a31eaad067b2972d6e1b62c.tar.xz
build: Prevent duplicate inclusion of Makefile.rules, which causes make to warn
like crazy. - How no one else is bothered by this I can't understand! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Makefile')
-rw-r--r--unittests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index bf64f0611b..685e397864 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -22,6 +22,7 @@ include $(CLANG_LEVEL)/Makefile
ifndef IS_UNITTEST_LEVEL
+MAKEFILE_UNITTEST_NO_INCLUDE_COMMON := 1
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
endif # IS_UNITTEST_LEVEL