Make Stacker into a complete project with its own configuration.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16167 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/projects/Stacker/lib/Makefile b/projects/Stacker/lib/Makefile
index 6973e5b..657f824 100644
--- a/projects/Stacker/lib/Makefile
+++ b/projects/Stacker/lib/Makefile
@@ -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.