diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile index 5bec6c762ca..c3845a17245 100644 --- a/tools/llvm-link/Makefile +++ b/tools/llvm-link/Makefile @@ -9,6 +9,6 @@ LEVEL = ../.. TOOLNAME = llvm-link -USEDLIBS = bcreader bcwriter transformutils.a vmcore support.a +USEDLIBS = bcreader bcwriter vmcore support.a include $(LEVEL)/Makefile.common