Stop building as' and dis' as they have been removed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8529 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-09-15 14:45:00 +00:00
parent e3d4e4458d
commit 8248f11d26

View File

@ -1,5 +1,5 @@
LEVEL := ..
PARALLEL_DIRS := as llvm-as dis llvm-dis opt gccas llc link lli gccld \
PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc link lli gccld \
analyze extract bugpoint llvm-ar
include $(LEVEL)/Makefile.common