aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/clang.build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/clang.build.mk')
-rw-r--r--lib/clang/clang.build.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/clang/clang.build.mk b/lib/clang/clang.build.mk
index 7452edd7714d..0d3151178eb9 100644
--- a/lib/clang/clang.build.mk
+++ b/lib/clang/clang.build.mk
@@ -2,18 +2,10 @@
.include <src.opts.mk>
-.ifndef LLVM_SRCS
-.error Please define LLVM_SRCS before including this file
-.endif
-
.ifndef CLANG_SRCS
.error Please define CLANG_SRCS before including this file
.endif
-.ifndef SRCDIR
-.error Please define SRCDIR before including this file
-.endif
-
CFLAGS+= -I${CLANG_SRCS}/include
.if ${MK_CLANG_FULL} != "no"