link' is now llvm-link'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8556 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-09-16 15:21:52 +00:00
parent 64899a4fb9
commit c679d7e88f

View File

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