[llvm-commits] CVS: llvm/projects/sample/tools/sample/Makefile
Reid Spencer
reid at x10sys.com
Fri Oct 22 14:02:21 PDT 2004
Changes in directory llvm/projects/sample/tools/sample:
Makefile updated: 1.5 -> 1.6
---
Log message:
Adjust to changes in Makefile.rules
---
Diffs of the changes: (+1 -1)
Index: llvm/projects/sample/tools/sample/Makefile
diff -u llvm/projects/sample/tools/sample/Makefile:1.5 llvm/projects/sample/tools/sample/Makefile:1.6
--- llvm/projects/sample/tools/sample/Makefile:1.5 Tue Oct 21 10:33:12 2003
+++ llvm/projects/sample/tools/sample/Makefile Fri Oct 22 16:02:08 2004
@@ -14,7 +14,7 @@
# 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.
More information about the llvm-commits
mailing list