X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-dis%2FMakefile;h=a0b51cf27725a33ca14f1dbb0e36de3eac0b787e;hb=27a9b2713b1dd9b65da5aebee2243ccba3c2ade4;hp=0614c6dca7d42b17ca9d2275c9f119bcb406fe89;hpb=70d12b037b76b7d04dc1c40a2283d117cdb48245;p=oota-llvm.git diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile index 0614c6dca7d..a0b51cf2772 100644 --- a/tools/llvm-dis/Makefile +++ b/tools/llvm-dis/Makefile @@ -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 - -