Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / tools / llvm-nm / Makefile
index eef5a0e2de4549cc671391435ac256099d0715c2..d9cee989950dbabeb59a427022476c69ab7ba93b 100644 (file)
@@ -1,5 +1,17 @@
-LEVEL = ../..
+##===- tools/llvm-nm/Makefile ------------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
+
+LEVEL := ../..
+TOOLNAME := llvm-nm
+LINK_COMPONENTS := archive bitreader object
+
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS := 1
 
-TOOLNAME = llvm-nm
-USEDLIBS = bcreader vmcore support.a
 include $(LEVEL)/Makefile.common