X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fmacho-dump%2FMakefile;h=0843e982e1afbc590d727a582eb5cb8f1f4d9768;hb=0a230e0d985625a3909cb78fd867a3abaf434565;hp=7f965f36c451b5afd563d7ac704b41c2ed88f2de;hpb=75373ac0c3cd299cfb45514d5bc0bc0761233fdd;p=oota-llvm.git diff --git a/tools/macho-dump/Makefile b/tools/macho-dump/Makefile index 7f965f36c45..0843e982e1a 100644 --- a/tools/macho-dump/Makefile +++ b/tools/macho-dump/Makefile @@ -7,17 +7,11 @@ # ##===----------------------------------------------------------------------===## -LEVEL = ../.. -TOOLNAME = macho-dumpx +LEVEL := ../.. +TOOLNAME := macho-dump +LINK_COMPONENTS := support object # This tool has no plugins, optimize startup time. -TOOL_NO_EXPORTS = 1 - -# Include this here so we can get the configuration of the targets -# that have been configured for construction. We have to do this -# early so we can set up LINK_COMPONENTS before including Makefile.rules -include $(LEVEL)/Makefile.config - -LINK_COMPONENTS := support object +TOOL_NO_EXPORTS := 1 -include $(LLVM_SRC_ROOT)/Makefile.rules +include $(LEVEL)/Makefile.common