X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAnalysis%2FMakefile;h=4af6d350a6456b71f154019d6bef61b798a645db;hb=befdb1a6421e4c3ae77da1fee45b480ef9cb2710;hp=919c8d1878ef3d8dad455a3267f3117df6b6cd09;hpb=e026c070c4e9001c6023a8c14664e68151e0b30f;p=oota-llvm.git diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile index 919c8d1878e..4af6d350a64 100644 --- a/lib/Analysis/Makefile +++ b/lib/Analysis/Makefile @@ -1,15 +1,15 @@ ##===- lib/Analysis/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 = ../.. LIBRARYNAME = LLVMAnalysis -PARALLEL_DIRS = IPA +DIRS = IPA BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common