X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FSelectionDAG%2FMakefile;h=ea716fdaabbab7034e1dc387bc1c00afc2047b51;hb=529ff2f2575d4be7ac57b291f493a3c659f5107e;hp=d3fc5a956ff67639b342cc03418504033f0a9a99;hpb=e488e9360b1a865ba604330965edcf139e590b65;p=oota-llvm.git diff --git a/lib/CodeGen/SelectionDAG/Makefile b/lib/CodeGen/SelectionDAG/Makefile index d3fc5a956ff..ea716fdaabb 100644 --- a/lib/CodeGen/SelectionDAG/Makefile +++ b/lib/CodeGen/SelectionDAG/Makefile @@ -1,13 +1,13 @@ ##===- lib/CodeGen/SelectionDAG/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. -# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# ##===----------------------------------------------------------------------===## + LEVEL = ../../.. -PARALLEL_DIRS = -LIBRARYNAME = selectiondag +LIBRARYNAME = LLVMSelectionDAG include $(LEVEL)/Makefile.common