[llvm-commits] CVS: llvm/projects/Stacker/lib/Makefile
Reid Spencer
reid at x10sys.com
Sat Sep 4 12:49:01 PDT 2004
Changes in directory llvm/projects/Stacker/lib:
Makefile updated: 1.1 -> 1.2
---
Log message:
Make Stacker into a complete project with its own configuration.
---
Diffs of the changes: (+1 -1)
Index: llvm/projects/Stacker/lib/Makefile
diff -u llvm/projects/Stacker/lib/Makefile:1.1 llvm/projects/Stacker/lib/Makefile:1.2
--- llvm/projects/Stacker/lib/Makefile:1.1 Sun Nov 23 12:06:29 2003
+++ llvm/projects/Stacker/lib/Makefile Sat Sep 4 14:48:50 2004
@@ -7,7 +7,7 @@
#
# Indicates our relative path to the top of the project's root directory.
#
-LEVEL = ../../..
+LEVEL = ..
#
# Directories that needs to be built.
More information about the llvm-commits
mailing list