Build the new linker
authorChris Lattner <sabre@nondot.org>
Sat, 13 Oct 2001 07:06:06 +0000 (07:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 13 Oct 2001 07:06:06 +0000 (07:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@779 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index ef88afade7fbda6e4a79754cdfc6926657c84106..eb4cf375bc5393ddc8325f99d10432b6a5454188 100644 (file)
@@ -1,5 +1,5 @@
 LEVEL = ..
-DIRS = as dis opt analyze lli llc
+DIRS = as dis opt link analyze lli llc
 
 include $(LEVEL)/Makefile.common