X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-ar%2FMakefile;h=6ee6f34942d751f8a1d00e8beaa286fa552d342d;hb=621138679909013143995836c68f76e31e30b666;hp=686ffd4323b5a1a3414668bc1caa62cef8bef974;hpb=bfe2a6bb59535a43ef3c8dcf98ac785faee67e7b;p=oota-llvm.git diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index 686ffd4323b..6ee6f34942d 100644 --- a/tools/llvm-ar/Makefile +++ b/tools/llvm-ar/Makefile @@ -6,13 +6,13 @@ # License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../.. -TOOLNAME = llvm-ar -LINK_COMPONENTS = archive +LEVEL := ../.. +TOOLNAME := llvm-ar +LINK_COMPONENTS := archive REQUIRES_EH := 1 # This tool has no plugins, optimize startup time. -TOOL_NO_EXPORTS = 1 +TOOL_NO_EXPORTS := 1 include $(LEVEL)/Makefile.common