X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Flto%2FMakefile;h=b5664e4843d1a0058d0009445300f5af9698defd;hb=f399235a03e5318804a6833580cd35cbbf9cd4db;hp=f728cbefec090358b0443a95b93f8b3787ff07d8;hpb=897b1b58af65f9e135df994b248553065af31a50;p=oota-llvm.git diff --git a/tools/lto/Makefile b/tools/lto/Makefile index f728cbefec0..b5664e4843d 100644 --- a/tools/lto/Makefile +++ b/tools/lto/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Devang Patel 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. # ##===----------------------------------------------------------------------===## @@ -24,7 +24,7 @@ else BUILD_ARCHIVE = 1 endif -LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bcreader bcwriter +LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bitreader bitwriter include $(LEVEL)/Makefile.common