[llvm-commits] CVS: llvm/projects/Stacker/tools/Makefile

Reid Spencer reid at x10sys.com
Sat Sep 4 12:49:01 PDT 2004



Changes in directory llvm/projects/Stacker/tools:

Makefile updated: 1.2 -> 1.3
---
Log message:

Make Stacker into a complete project with its own configuration.


---
Diffs of the changes:  (+1 -1)

Index: llvm/projects/Stacker/tools/Makefile
diff -u llvm/projects/Stacker/tools/Makefile:1.2 llvm/projects/Stacker/tools/Makefile:1.3
--- llvm/projects/Stacker/tools/Makefile:1.2	Sun Nov 23 11:59:43 2003
+++ llvm/projects/Stacker/tools/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