to avoid having to make it available for the cross build when it
builds only clang-tblgen.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141453
91177308-0d34-0410-b5e6-
96231b3b80d8
#
##===----------------------------------------------------------------------===##
-CLANG_LEVEL = ../..
+LEVEL = ../../../..
TOOLNAME = clang-tblgen
USEDLIBS = LLVMTableGen.a LLVMSupport.a
REQUIRES_EH := 1
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
-include $(CLANG_LEVEL)/Makefile
+include $(LEVEL)/Makefile.common