Minor cleanups
[oota-llvm.git] / tools / llvm-dis / Makefile
index 0614c6dca7d42b17ca9d2275c9f119bcb406fe89..a0b51cf27725a33ca14f1dbb0e36de3eac0b787e 100644 (file)
@@ -1,7 +1,13 @@
+##===- tools/llvm-dis/Makefile ------------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
 LEVEL = ../..
 
-TOOLNAME = dis
-USEDLIBS = bcreader asmwriter vmcore support
+TOOLNAME = llvm-dis
+USEDLIBS = bcreader vmcore support.a
 include $(LEVEL)/Makefile.common
-
-