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