summaryrefslogtreecommitdiff
path: root/tools/macho-dump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/macho-dump/Makefile')
-rw-r--r--tools/macho-dump/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/tools/macho-dump/Makefile b/tools/macho-dump/Makefile
index 638015e9289..0843e982e1a 100644
--- a/tools/macho-dump/Makefile
+++ b/tools/macho-dump/Makefile
@@ -7,17 +7,11 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../..
-TOOLNAME = macho-dump
+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