[llvm-commits] CVS: llvm/projects/Stacker/lib/runtime/Makefile
Reid Spencer
reid at x10sys.com
Sat Sep 4 12:49:01 PDT 2004
Changes in directory llvm/projects/Stacker/lib/runtime:
Makefile updated: 1.2 -> 1.3
---
Log message:
Make Stacker into a complete project with its own configuration.
---
Diffs of the changes: (+2 -2)
Index: llvm/projects/Stacker/lib/runtime/Makefile
diff -u llvm/projects/Stacker/lib/runtime/Makefile:1.2 llvm/projects/Stacker/lib/runtime/Makefile:1.3
--- llvm/projects/Stacker/lib/runtime/Makefile:1.2 Wed Sep 1 17:55:37 2004
+++ llvm/projects/Stacker/lib/runtime/Makefile Sat Sep 4 14:48:50 2004
@@ -1,9 +1,9 @@
-##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===##
+##===- projects/Stacker/lib/runtime/Makefile ---------------*- Makefile -*-===##
#
# Indicate where we are relative to the top of the source tree.
#
-LEVEL=../../../..
+LEVEL=../../
#
# Give the name of a library. This will build a dynamic version.
More information about the llvm-commits
mailing list