]> granicus.if.org Git - clang/commitdiff
Make clang-tblgen's Makefile independent of Clang's top-level Makefile,
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 8 Oct 2011 00:26:35 +0000 (00:26 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 8 Oct 2011 00:26:35 +0000 (00:26 +0000)
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

utils/TableGen/Makefile

index b92da8319dca8cd924fcec334ea73cee1fcbe7d4..9790efc061ef9c277b840c47f07306f2ae9ebf5c 100644 (file)
@@ -7,7 +7,7 @@
 #
 ##===----------------------------------------------------------------------===##
 
-CLANG_LEVEL = ../..
+LEVEL = ../../../..
 TOOLNAME = clang-tblgen
 USEDLIBS = LLVMTableGen.a LLVMSupport.a
 REQUIRES_EH := 1
@@ -16,4 +16,4 @@ REQUIRES_RTTI := 1
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
-include $(CLANG_LEVEL)/Makefile
+include $(LEVEL)/Makefile.common