From 8f367bd3c0f56b7b318c46cee04f77735f617777 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 23 Jul 2001 02:35:57 +0000 Subject: Large scale changes to implement new command line argument facility git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/analyze/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/analyze/Makefile') diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index b33d40bd69..1ff0e53fd8 100644 --- a/tools/analyze/Makefile +++ b/tools/analyze/Makefile @@ -9,4 +9,5 @@ LIBDEPS = ../../lib/Optimizations/Debug/libopt.a ../../lib/Analysis/Debug/liba analyze : $(ObjectsG) Debug/.dir Depend/.dir $(LIBDEPS) $(LinkG) -o $@ $(ObjectsG) -lopt -lasmparser \ - -lbcreader -lvmcore -lasmwriter -lanalysis -lopt + -lbcreader -lvmcore -lasmwriter -lanalysis \ + -lopt -lsupport -- cgit v1.2.3