Minor tweak

llvm-svn: 5758
This commit is contained in:
Chris Lattner 2003-03-31 17:30:35 +00:00
parent 07f7e5d3b5
commit 7ff2ce9f0b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = analyze
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
datastructure target.a transformutils.a vmcore support
datastructure target.a transformutils.a scalaropts.a vmcore support
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common