X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FMakefile;h=50a360f1f868f520bdafad0ccad739568dfdb67f;hb=5f8fd54f0891aa47f467498454f6a3df8ae62704;hp=ae70488a4d0b3c555d177e83536a02be3e58ca57;hpb=18969fbc9f19fbc62d25ff2e83098c3143d77a33;p=oota-llvm.git diff --git a/lib/Target/Makefile b/lib/Target/Makefile index ae70488a4d0..50a360f1f86 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -1,11 +1,12 @@ #===- lib/Target/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 = LLVMTarget BUILD_ARCHIVE = 1 @@ -17,4 +18,3 @@ include $(LEVEL)/Makefile.config PARALLEL_DIRS := $(TARGETS_TO_BUILD) include $(LLVM_SRC_ROOT)/Makefile.rules -