From 30d8baea8dc1ae85a3bbc7e3a6e96c2920c33e2a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 22 Oct 2004 21:02:08 +0000 Subject: Adjust to changes in Makefile.rules llvm-svn: 17167 --- llvm/projects/sample/tools/sample/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/projects/sample') diff --git a/llvm/projects/sample/tools/sample/Makefile b/llvm/projects/sample/tools/sample/Makefile index 17ea11ac790..1127f755755 100644 --- a/llvm/projects/sample/tools/sample/Makefile +++ b/llvm/projects/sample/tools/sample/Makefile @@ -14,7 +14,7 @@ TOOLNAME=sample # List libraries that we'll need # We use LIBS because sample is a dynamic library. # -LIBS+=-lsample +USEDLIBS = sample # # Include Makefile.common so we know what to do. -- cgit v1.2.3