Build the llvm-stub directory
authorChris Lattner <sabre@nondot.org>
Tue, 1 Jun 2004 23:49:55 +0000 (23:49 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Jun 2004 23:49:55 +0000 (23:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13938 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index c6ac3dc821ada50f97bcb3e7ccc6e9a4c84dc522..bc252aa424b75aa6d9e2d1c911cbd23197849126 100644 (file)
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL := ..
-PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
+PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \
                  analyze extract bugpoint llvm-nm llvm-prof llvm-db llvm-ar
 
 include $(LEVEL)/Makefile.common