[llvm-commits] CVS: llvm/projects/Stacker/lib/compiler/Makefile
Reid Spencer
reid at x10sys.com
Sat Sep 4 12:49:01 PDT 2004
Changes in directory llvm/projects/Stacker/lib/compiler:
Makefile updated: 1.1 -> 1.2
---
Log message:
Make Stacker into a complete project with its own configuration.
---
Diffs of the changes: (+2 -2)
Index: llvm/projects/Stacker/lib/compiler/Makefile
diff -u llvm/projects/Stacker/lib/compiler/Makefile:1.1 llvm/projects/Stacker/lib/compiler/Makefile:1.2
--- llvm/projects/Stacker/lib/compiler/Makefile:1.1 Sun Nov 23 11:52:55 2003
+++ llvm/projects/Stacker/lib/compiler/Makefile Sat Sep 4 14:48:50 2004
@@ -1,9 +1,9 @@
-##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===##
+##===- projects/Stacker/lib/compiler/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