From: Chris Lattner Date: Sat, 13 Oct 2001 07:06:06 +0000 (+0000) Subject: Build the new linker X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=38c13463f6db53242019a0cc1af1367f15686d14;p=oota-llvm.git Build the new linker git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@779 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index ef88afade7f..eb4cf375bc5 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = as dis opt analyze lli llc +DIRS = as dis opt link analyze lli llc include $(LEVEL)/Makefile.common