Straighten out makefiles after moving code to new Transform Utils library
[oota-llvm.git] / tools / gccld / Makefile
index 2c02ad9e7f55850cc03b2a8b5d5ec1d46a99e614..f808aa798a23f699e46ca9072ea1012d8992933b 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../..
 
 TOOLNAME = gccld
-USEDLIBS = transforms bcreader bcwriter asmwriter analysis vmcore asmwriter support
+USEDLIBS = ipo analysis transforms ipa scalaropts transformutils target bcreader bcwriter vmcore support
 
 include $(LEVEL)/Makefile.common