Build new gccas tool
authorChris Lattner <sabre@nondot.org>
Wed, 31 Oct 2001 04:29:30 +0000 (04:29 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Oct 2001 04:29:30 +0000 (04:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1059 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

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