From 38c13463f6db53242019a0cc1af1367f15686d14 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 13 Oct 2001 07:06:06 +0000 Subject: [PATCH] Build the new linker git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@779 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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