diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-22 21:02:08 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-22 21:02:08 +0000 |
commit | 30d8baea8dc1ae85a3bbc7e3a6e96c2920c33e2a (patch) | |
tree | f5961c36c41596358fc61f49c436dc76b89e4d07 /llvm/projects/sample | |
parent | f206bd761f07bb7e591c05fe8f93a0f3697accfa (diff) | |
download | bcm5719-llvm-30d8baea8dc1ae85a3bbc7e3a6e96c2920c33e2a.tar.gz bcm5719-llvm-30d8baea8dc1ae85a3bbc7e3a6e96c2920c33e2a.zip |
Adjust to changes in Makefile.rules
llvm-svn: 17167
Diffstat (limited to 'llvm/projects/sample')
-rw-r--r-- | llvm/projects/sample/tools/sample/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |