Straighten out makefiles after moving code to new Transform Utils library

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2520 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2002-05-07 18:18:26 +00:00
parent 88d15ab0d6
commit 2154d13354
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = gccld
USEDLIBS = transforms ipo ipa analysis scalaropts target bcreader bcwriter vmcore support
USEDLIBS = ipo analysis transforms ipa scalaropts transformutils target bcreader bcwriter vmcore support
include $(LEVEL)/Makefile.common